We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd975f commit d0ba1feCopy full SHA for d0ba1fe
.github/workflows/bump.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Cache cabal store
24
id: cache
25
- uses: actions/cache/restore@v3
+ uses: actions/cache/restore@v4
26
with:
27
key: bump-action-cabal-store-${{ runner.os }}-${{ github.sha }}
28
path: ~/.cabal/store
@@ -100,7 +100,7 @@ jobs:
100
cabal build --only-dependencies --enable-tests --write-ghc-environment-files=always ${{ env.CABAL_FLAGS }}
101
102
- name: Save cache
103
- uses: actions/cache/save@v3
+ uses: actions/cache/save@v4
104
if: always()
105
106
key: ${{ steps.cache.outputs.cache-primary-key }}
0 commit comments