Skip to content

Commit

Permalink
Update import hash in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Mar 23, 2024
1 parent 2f54553 commit fa5dd1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/hello-world.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let GithubActions =
https://regadas.dev/github-actions-dhall/package.dhall
sha256:71df44892a17abca817cfb35e2612d117f7fceec55114a6eb76b65a7eea4e6f4
sha256:9c1ae46a1d56f1c22dbc9006cbb3e569806e75d02fded38fa102935b34980395

let helloWorld =
GithubActions.steps.actions/helloWorld
Expand Down
2 changes: 1 addition & 1 deletion examples/release-scala.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let GithubActions =
https://regadas.dev/github-actions-dhall/package.dhall
sha256:71df44892a17abca817cfb35e2612d117f7fceec55114a6eb76b65a7eea4e6f4
sha256:9c1ae46a1d56f1c22dbc9006cbb3e569806e75d02fded38fa102935b34980395

let setup =
[ GithubActions.steps.actions/checkout
Expand Down
2 changes: 1 addition & 1 deletion examples/scala.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let GithubActions =
https://regadas.dev/github-actions-dhall/package.dhall
sha256:71df44892a17abca817cfb35e2612d117f7fceec55114a6eb76b65a7eea4e6f4
sha256:9c1ae46a1d56f1c22dbc9006cbb3e569806e75d02fded38fa102935b34980395

let matrix =
toMap { java = [ "8.0.232", "11.0.5" ], scala = [ "2.11.12", "2.12.11" ] }
Expand Down

0 comments on commit fa5dd1d

Please sign in to comment.