File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030 - name : Install dhall
3131 uses : " dhall-lang/setup-dhall@v4"
3232 with :
33- version : ' 1.40 .1'
33+ version : ' 1.41 .1'
3434 - if : " github.event.name != 'pull_request'"
3535 name : Check github actions workflow
3636 run : " dhall lint .github/workflows/*.dhall\n yaml-to-dhall ./.github/workflows/schema.dhall < .github/workflows/ci.yml > expected.dhall\n dhall diff ./expected.dhall ./.github/workflows/ci.dhall"
Original file line number Diff line number Diff line change 11let GithubActions =
2- https:// raw. githubusercontent. com/ regadas/ github- actions- dhall/ 83 be7a912cf81b80197897bc250ba38019d130c0 / package. dhall
2+ https:// raw. githubusercontent. com/ regadas/ github- actions- dhall/ afa8b8dad361f795ddd24e6d5c54b23e57bca623 / package. dhall
33 sha256: 98 ee16e6add21cc8ea7804cce55793b8793b14479f248d8f0bda0209d3600e18
44
55let Prelude =
6- https:// prelude. dhall- lang. org/ v21. 0 .0/ package. dhall
7- sha256: 46 c48bba5eee7807a872bbf6c3cb6ee6c2ec9498de3543c5dcc7dd950e43999d
6+ https:// prelude. dhall- lang. org/ v21. 1 .0/ package. dhall
7+ sha256: 0 fed19a88330e9a8a3fbe1e8442aa11d12e38da51eb12ba8bcb56f3c25d0854a
88
99let unlines = Prelude.Text. concatSep " \n "
1010
@@ -30,7 +30,7 @@ let setup =
3030 { dhall = GithubActions. Step:: {
3131 , uses = Some " dhall-lang/setup-dhall@v4"
3232 , name = Some " Install dhall"
33- , `with` = Some (toMap { version = " 1.40 .1" })
33+ , `with` = Some (toMap { version = " 1.41 .1" })
3434 }
3535 , python =
3636 λ(version : Text ) →
You can’t perform that action at this time.
0 commit comments