We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0899fc8 + f614b1d commit c81860eCopy full SHA for c81860e
.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 }}-documentation-${{ hashFiles('**/yarn.lock') }}
0 commit comments