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 97f5e9d commit 8d1141cCopy full SHA for 8d1141c
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
node-version: lts/*
17
cache: 'npm'
18
- - uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # tag=v3
+ - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
19
20
path: '**/node_modules'
21
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
.github/workflows/social.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- id: cache
30
- uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # tag=v3
+ uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
31
32
path: |
33
./blazing-scripts/createSocialImage.js
0 commit comments