We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4975612 commit 26d46eeCopy full SHA for 26d46ee
2 files changed
.github/workflows/gh-pages.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version: '22.18.0'
25
26
- name: Cache dependencies
27
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
28
with:
29
path: ~/.npm
30
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/validate_docs_build.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
0 commit comments