Skip to content

Commit 036411e

Browse files
authored
Update examples (#84)
1 parent bcdb526 commit 036411e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/hello-world.dhall

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let GithubActions =
22
https://regadas.dev/github-actions-dhall/package.dhall
3-
sha256:9c1ae46a1d56f1c22dbc9006cbb3e569806e75d02fded38fa102935b34980395
3+
sha256:dfb18adac8746b64040c5387d51769177ce08a2d2a496da2446eb244f34cc21e
44

55
let helloWorld =
66
GithubActions.steps.actions/helloWorld

examples/release-scala.dhall

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let GithubActions =
22
https://regadas.dev/github-actions-dhall/package.dhall
3-
sha256:9c1ae46a1d56f1c22dbc9006cbb3e569806e75d02fded38fa102935b34980395
3+
sha256:dfb18adac8746b64040c5387d51769177ce08a2d2a496da2446eb244f34cc21e
44

55
let setup =
66
[ GithubActions.steps.actions/checkout

examples/scala.dhall

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let GithubActions =
22
https://regadas.dev/github-actions-dhall/package.dhall
3-
sha256:9c1ae46a1d56f1c22dbc9006cbb3e569806e75d02fded38fa102935b34980395
3+
sha256:dfb18adac8746b64040c5387d51769177ce08a2d2a496da2446eb244f34cc21e
44

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

0 commit comments

Comments
 (0)