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 8d24f59 + 59e782d commit f2a64faCopy full SHA for f2a64fa
.github/workflows/run-tests.yml
@@ -32,7 +32,7 @@ jobs:
32
run: echo "::set-output name=dir::$(npm config get cache)"
33
34
- name: Cache dependencies
35
- uses: actions/cache@v3.2.5
+ uses: actions/cache@v3.2.6
36
id: npm-cache
37
with:
38
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
0 commit comments