Skip to content

Commit 91393b4

Browse files
ulysses4evermergify[bot]
authored andcommitted
CI: update actions/cache to v3
1 parent 87ac120 commit 91393b4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/changelogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
3030
run: |
3131
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
32-
- uses: actions/cache@v1
32+
- uses: actions/cache@v3
3333
with:
3434
path: ~/.cabal/store
3535
key: linux-store-changelogs

.github/workflows/quick-jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
2525
run: |
2626
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
27-
- uses: actions/cache@v1
27+
- uses: actions/cache@v3
2828
with:
2929
path: ~/.cabal/store
3030
key: linux-store-meta
@@ -65,7 +65,7 @@ jobs:
6565
- name: Set PATH
6666
run: |
6767
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
68-
- uses: actions/cache@v1
68+
- uses: actions/cache@v3
6969
with:
7070
path: ~/.cabal/store
7171
key: linux-store-doctest

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
#
7979
# See https://github.com/haskell/cabal/pull/8739 for why Windows is excluded
8080
- if: ${{ runner.os != 'Windows' }}
81-
uses: actions/cache@v2
81+
uses: actions/cache@v3
8282
with:
8383
# validate.sh uses a special build dir
8484
path: |
@@ -234,7 +234,7 @@ jobs:
234234
# As we are reusing the cached build dir from the previous step
235235
# the generated artifacts are available here,
236236
# including the cabal executable and the test suite
237-
- uses: actions/cache@v2
237+
- uses: actions/cache@v3
238238
with:
239239
path: |
240240
${{ steps.setup-haskell.outputs.cabal-store }}

0 commit comments

Comments
 (0)