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 1755259 + 3719d9c commit e0b1ddeCopy full SHA for e0b1dde
.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.3
+ uses: actions/cache@v3.2.4
36
id: npm-cache
37
with:
38
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
0 commit comments