Skip to content

Commit

Permalink
chore(deps): update actions/cache digest to e12d46a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 9, 2024
1 parent 048568f commit d08364e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: npm
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
cache: npm
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
env:
cache-name: cache-node-modules
with:
Expand All @@ -90,7 +90,7 @@ jobs:
npm ci
- name: Cache Jest
id: cache-jest
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
env:
cache-name: cache-jest-cc
with:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
cache: npm
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
env:
cache-name: cache-node-modules
with:
Expand All @@ -137,7 +137,7 @@ jobs:
npm ci
- name: Cache Jest
id: cache-jest
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
env:
cache-name: cache-jest-integration-issues
with:
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
cache: npm
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
env:
cache-name: cache-node-modules
with:
Expand All @@ -187,7 +187,7 @@ jobs:
npm ci
- name: Cache Jest
id: cache-jest
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
env:
cache-name: cache-jest-integration-pull-requests
with:
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
cache: npm
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
env:
cache-name: cache-node-modules
with:
Expand All @@ -237,7 +237,7 @@ jobs:
npm ci
- name: Cache Jest
id: cache-jest
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
env:
cache-name: cache-jest-unit
with:
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
cache: npm
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
cache: npm
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
cache: npm
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
env:
cache-name: cache-node-modules
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cache: npm
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
cache: npm
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit d08364e

Please sign in to comment.