Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Aug 30, 2023
1 parent 1ae9b40 commit ae466c5
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:689f05f7e4f9e6355b8ce935ca0568b1a1fdbbd746e0bc4e2e5d8f238cfa4358
sha256:ee4ee997def810b00312b79779b8323ccdb8552c8fd7533588d1d89c447b1ef0

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:689f05f7e4f9e6355b8ce935ca0568b1a1fdbbd746e0bc4e2e5d8f238cfa4358
sha256:ee4ee997def810b00312b79779b8323ccdb8552c8fd7533588d1d89c447b1ef0

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:689f05f7e4f9e6355b8ce935ca0568b1a1fdbbd746e0bc4e2e5d8f238cfa4358
sha256:ee4ee997def810b00312b79779b8323ccdb8552c8fd7533588d1d89c447b1ef0

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

0 comments on commit ae466c5

Please sign in to comment.