File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
30
30
run : |
31
31
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
32
- - uses : actions/cache@v1
32
+ - uses : actions/cache@v3
33
33
with :
34
34
path : ~/.cabal/store
35
35
key : linux-store-changelogs
Original file line number Diff line number Diff line change 24
24
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
25
25
run : |
26
26
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
27
- - uses : actions/cache@v1
27
+ - uses : actions/cache@v3
28
28
with :
29
29
path : ~/.cabal/store
30
30
key : linux-store-meta
65
65
- name : Set PATH
66
66
run : |
67
67
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
68
- - uses : actions/cache@v1
68
+ - uses : actions/cache@v3
69
69
with :
70
70
path : ~/.cabal/store
71
71
key : linux-store-doctest
Original file line number Diff line number Diff line change 78
78
#
79
79
# See https://github.com/haskell/cabal/pull/8739 for why Windows is excluded
80
80
- if : ${{ runner.os != 'Windows' }}
81
- uses : actions/cache@v2
81
+ uses : actions/cache@v3
82
82
with :
83
83
# validate.sh uses a special build dir
84
84
path : |
@@ -234,7 +234,7 @@ jobs:
234
234
# As we are reusing the cached build dir from the previous step
235
235
# the generated artifacts are available here,
236
236
# including the cabal executable and the test suite
237
- - uses : actions/cache@v2
237
+ - uses : actions/cache@v3
238
238
with :
239
239
path : |
240
240
${{ steps.setup-haskell.outputs.cabal-store }}
You can’t perform that action at this time.
0 commit comments