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 44b7389 commit 606f80aCopy full SHA for 606f80a
.github/workflows/nodejs.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
29
- name: 'Cache Node dependencies'
30
- uses: 'actions/[email protected].6'
+ uses: 'actions/[email protected].7'
31
with:
32
path: '~/.npm'
33
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
0 commit comments