We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7061d2 commit 6bffb30Copy full SHA for 6bffb30
1 file changed
.github/workflows/publish_pages.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Cache Node modules
44
id: cache
45
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
46
with:
47
key: node-modules-${{ hashFiles('package-lock.json') }}
48
path: node_modules
0 commit comments