Skip to content

Commit a60232f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)