We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c2eaab + 9e0547b commit c18e740Copy full SHA for c18e740
.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/[email protected].2
+ uses: actions/[email protected].3
35
with:
36
path: ${{ steps.yarn-cache.outputs.dir }}
37
key: ${{ runner.os }}-testsite-${{ hashFiles('**/yarn.lock') }}
0 commit comments