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.
1 parent ae17228 commit 4d6fce7Copy full SHA for 4d6fce7
.github/workflows/test.yaml
@@ -26,7 +26,7 @@ jobs:
26
echo "##[set-output name=dir;]$(yarn cache dir)"
27
28
- name: Restore yarn cache
29
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v3.2.3
30
id: yarn-cache
31
with:
32
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments