Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Sep 5, 2024
1 parent bcdb526 commit a75bc02
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:9c1ae46a1d56f1c22dbc9006cbb3e569806e75d02fded38fa102935b34980395
sha256:dfb18adac8746b64040c5387d51769177ce08a2d2a496da2446eb244f34cc21e

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:9c1ae46a1d56f1c22dbc9006cbb3e569806e75d02fded38fa102935b34980395
sha256:dfb18adac8746b64040c5387d51769177ce08a2d2a496da2446eb244f34cc21e

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:9c1ae46a1d56f1c22dbc9006cbb3e569806e75d02fded38fa102935b34980395
sha256:dfb18adac8746b64040c5387d51769177ce08a2d2a496da2446eb244f34cc21e

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

0 comments on commit a75bc02

Please sign in to comment.