Skip to content

Commit 6bffb30

Browse files
Bump actions/cache from 5.0.1 to 5.0.2 (#96)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7061d2 commit 6bffb30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Cache Node modules
4444
id: cache
45-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
45+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
4646
with:
4747
key: node-modules-${{ hashFiles('package-lock.json') }}
4848
path: node_modules

0 commit comments

Comments
 (0)