Skip to content

Commit 555f597

Browse files
author
Jonathan D.A. Jewell
committed
Fix deprecated actions/cache SHA (v2->v4)
1 parent 988cbed commit 555f597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/casket-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cabal-version: '3.10'
3636

3737
- name: Cache Cabal
38-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
38+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3939
with:
4040
path: |
4141
~/.cabal/packages

0 commit comments

Comments
 (0)