Skip to content

Commit b38a6c2

Browse files
authored
chore: upgrade cache action (#184)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
1 parent dcc5d60 commit b38a6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
1818
with:
1919
node-version: 22.x
20-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
20+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2121
with:
2222
path: node_modules
2323
key: ${{ runner.os }}-go-dep-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)