Skip to content

Commit a3a5768

Browse files
committed
Update workflow versions
1 parent 9fbee11 commit a3a5768

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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\nyaml-to-dhall ./.github/workflows/schema.dhall < .github/workflows/ci.yml > expected.dhall\ndhall diff ./expected.dhall ./.github/workflows/ci.dhall"

.github/workflows/helpers.dhall

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
let GithubActions =
2-
https://raw.githubusercontent.com/regadas/github-actions-dhall/83be7a912cf81b80197897bc250ba38019d130c0/package.dhall
2+
https://raw.githubusercontent.com/regadas/github-actions-dhall/afa8b8dad361f795ddd24e6d5c54b23e57bca623/package.dhall
33
sha256:98ee16e6add21cc8ea7804cce55793b8793b14479f248d8f0bda0209d3600e18
44

55
let Prelude =
6-
https://prelude.dhall-lang.org/v21.0.0/package.dhall
7-
sha256:46c48bba5eee7807a872bbf6c3cb6ee6c2ec9498de3543c5dcc7dd950e43999d
6+
https://prelude.dhall-lang.org/v21.1.0/package.dhall
7+
sha256:0fed19a88330e9a8a3fbe1e8442aa11d12e38da51eb12ba8bcb56f3c25d0854a
88

99
let 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)

0 commit comments

Comments
 (0)