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 e0b1dde + 09c7401 commit 8d24f59Copy full SHA for 8d24f59
.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.4
+ uses: actions/cache@v3.2.5
36
id: npm-cache
37
with:
38
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
0 commit comments