Skip to content

Commit 273ce08

Browse files
committed
Stack CI: bump actions to latest versions
1 parent f610cd4 commit 273ce08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ghc: '9.12'
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626

2727
- uses: haskell-actions/setup@v2
2828
id: setup
@@ -32,7 +32,7 @@ jobs:
3232
cabal-update: false
3333

3434
- name: Restore cache
35-
uses: actions/cache/restore@v4
35+
uses: actions/cache/restore@v5
3636
id: cache
3737
env:
3838
key: ${{ runner.os }}-stack-${{ steps.setup.outputs.stack-version }}-ghc-${{ steps.setup.outputs.ghc-version }}
@@ -56,7 +56,7 @@ jobs:
5656
run: stack test --stack-yaml=stack-${{ matrix.ghc }}.yaml --system-ghc
5757

5858
- name: Save cache
59-
uses: actions/cache/save@v4
59+
uses: actions/cache/save@v5
6060
if: always()
6161
with:
6262
key: ${{ steps.cache.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)