Skip to content

Commit

Permalink
chore(deps): update actions/cache digest to f4b3439
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent f4217b0 commit 2051cb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Cache node_modules
if: github.event_name == 'push' || github.event_name == 'pull_request'
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3
uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
env:
cache-name: cache-node-modules
with:
Expand All @@ -50,7 +50,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Cache node_modules
if: github.event_name == 'push' || github.event_name == 'pull_request'
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3
uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
env:
cache-name: cache-node-modules
with:
Expand All @@ -76,7 +76,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Cache node_modules
if: github.event_name == 'push' || github.event_name == 'pull_request'
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3
uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Cache node_modules
if: github.event_name == 'push' || github.event_name == 'pull_request'
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3
uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Cache node_modules
if: github.event_name == 'push' || github.event_name == 'pull_request'
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3
uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Cache node_modules
if: github.event_name == 'push' || github.event_name == 'pull_request'
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3
uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Cache node_modules
if: github.event_name == 'push' || github.event_name == 'pull_request'
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3
uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 2051cb2

Please sign in to comment.