We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2175461 commit c593aceCopy full SHA for c593ace
2 files changed
.github/workflows/gh-pages.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version: '22.19.0'
25
26
- name: Cache dependencies
27
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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