File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ jobs:
26
26
runs-on : ${{ matrix.os.runner }}
27
27
steps :
28
28
- name : " Checkout repository"
29
- uses : actions/checkout@v2
29
+ uses : actions/checkout@v3
30
30
with :
31
31
submodules : true
32
32
- id : setup-haskell-cabal
33
33
name : " Setup Haskell environment"
34
- uses : haskell/actions/setup@v1.2.1
34
+ uses : haskell/actions/setup@v2
35
35
with :
36
36
enable-stack : true
37
37
- name : " Cache"
38
- uses : actions/cache@v2
38
+ uses : actions/cache@v3
39
39
with :
40
40
key : ${{ matrix.os.runner }}-${{ hashFiles('stack.yaml') }}-${{ env.cache_generation }}
41
41
restore-keys : |
@@ -143,7 +143,7 @@ jobs:
143
143
package 'dhall-toml' "bin/dhall-to-toml${exe}" "bin/toml-to-dhall${exe}"
144
144
package 'dhall-yaml' "bin/dhall-to-yaml-ng${exe}" "bin/yaml-to-dhall${exe}"
145
145
- name : " Upload package"
146
- uses : actions/upload-artifact@v2
146
+ uses : actions/upload-artifact@v3
147
147
with :
148
148
name : ' dhall-${{runner.os}}.${{matrix.os.file-extension}}'
149
149
path : ' dhall-*${{runner.os}}.${{matrix.os.file-extension}}'
You can’t perform that action at this time.
0 commit comments