Skip to content

Commit 993cef8

Browse files
chore(deps): update actions/cache action to v4
1 parent 6206439 commit 993cef8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: lts/*
1717
cache: 'npm'
18-
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
18+
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
1919
with:
2020
path: '**/node_modules'
2121
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: npm
2222
node-version: lts/*
2323
- run: npm ci --ignore-scripts --only-dev
24-
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
24+
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
2525
with:
2626
path: node_modules/.cache/prettier/.prettier-cache
2727
key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }}

.github/workflows/social.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: lts/*
2929
- id: cache
30-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
30+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
3131
with:
3232
path: |
3333
./blazing-scripts/createSocialImage.js

0 commit comments

Comments
 (0)