Skip to content

Commit 3c9efcf

Browse files
Update actions/cache action to v5.0.5
1 parent 1bc3f86 commit 3c9efcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: cabal-store
4040
run: echo "path=$(cabal path --store-dir)" >> "$GITHUB_OUTPUT"
4141
- name: Restore cache
42-
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
42+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4343
with:
4444
path: ${{ steps.cabal-store.outputs.path }}
4545
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal') }}
@@ -55,7 +55,7 @@ jobs:
5555
- name: Build dependencies
5656
run: cabal build all --only-dependencies
5757
- name: Save cache
58-
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
58+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5959
with:
6060
path: ${{ steps.cabal-store.outputs.path }}
6161
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal') }}

0 commit comments

Comments
 (0)