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.
2 parents 48d46b5 + b66da7a commit 0371c43Copy full SHA for 0371c43
1 file changed
.github/workflows/documentation.yml
@@ -31,7 +31,7 @@ jobs:
31
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
32
33
- name: Cache dependencies
34
- uses: actions/cache@v5.0.3
+ uses: actions/cache@v5.0.4
35
with:
36
path: ${{ steps.yarn-cache.outputs.dir }}
37
key: ${{ runner.os }}-testsite-${{ hashFiles('**/yarn.lock') }}
0 commit comments