We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a12ff6 commit 7a949d9Copy full SHA for 7a949d9
.github/workflows/event-dispatcher.yml
@@ -28,7 +28,7 @@ jobs:
28
node-version: '16.x'
29
30
- name: Cache dependencies
31
- uses: actions/cache@v1
+ uses: actions/cache@v3
32
with:
33
path: ~/.npm
34
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments