File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ jobs:
2626 runs-on : ${{ matrix.os.runner }}
2727 steps :
2828 - name : " Checkout repository"
29- uses : actions/checkout@v2
29+ uses : actions/checkout@v3
3030 with :
3131 submodules : true
3232 - id : setup-haskell-cabal
3333 name : " Setup Haskell environment"
34- uses : haskell/actions/setup@v1.2.1
34+ uses : haskell/actions/setup@v2
3535 with :
3636 enable-stack : true
3737 - name : " Cache"
38- uses : actions/cache@v2
38+ uses : actions/cache@v3
3939 with :
4040 key : ${{ matrix.os.runner }}-${{ hashFiles('stack.yaml') }}-${{ env.cache_generation }}
4141 restore-keys : |
@@ -143,7 +143,7 @@ jobs:
143143 package 'dhall-toml' "bin/dhall-to-toml${exe}" "bin/toml-to-dhall${exe}"
144144 package 'dhall-yaml' "bin/dhall-to-yaml-ng${exe}" "bin/yaml-to-dhall${exe}"
145145 - name : " Upload package"
146- uses : actions/upload-artifact@v2
146+ uses : actions/upload-artifact@v3
147147 with :
148148 name : ' dhall-${{runner.os}}.${{matrix.os.file-extension}}'
149149 path : ' dhall-*${{runner.os}}.${{matrix.os.file-extension}}'
You can’t perform that action at this time.
0 commit comments