Skip to content

Commit 2be3196

Browse files
Update actions/cache digest to cdf6c1f
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8da79e3 commit 2be3196

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
registry-url: https://registry.npmjs.org/ # Needed for auth
2424
- name: cache all node_modules
2525
id: cache-modules
26-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
26+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
2727
with:
2828
path: '**/node_modules'
2929
key: ${{ runner.os }}-node_modules-${{ hashFiles('yarn.lock', '**/package.json') }}
@@ -32,7 +32,7 @@ jobs:
3232
if: steps.cache-modules.outputs.cache-hit != 'true'
3333
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3434
- name: cache global yarn cache
35-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
35+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3636
if: steps.cache-modules.outputs.cache-hit != 'true'
3737
with:
3838
path: ${{ steps.yarn-cache.outputs.dir }}

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
registry-url: https://registry.npmjs.org/ # Needed for auth
2323
- name: cache all node_modules
2424
id: cache-modules
25-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
25+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
2626
with:
2727
path: '**/node_modules'
2828
key: ${{ runner.os }}-node_modules-${{ hashFiles('yarn.lock', '**/package.json') }}
@@ -31,7 +31,7 @@ jobs:
3131
if: steps.cache-modules.outputs.cache-hit != 'true'
3232
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3333
- name: cache global yarn cache
34-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
34+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3535
if: steps.cache-modules.outputs.cache-hit != 'true'
3636
with:
3737
path: ${{ steps.yarn-cache.outputs.dir }}

.github/workflows/version-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
registry-url: https://registry.npmjs.org/ # Needed for auth
3737
- name: cache all node_modules
3838
id: cache-modules
39-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
39+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
4040
with:
4141
path: '**/node_modules'
4242
key: ${{ runner.os }}-node_modules-${{ hashFiles('yarn.lock', '**/package.json') }}
@@ -45,7 +45,7 @@ jobs:
4545
if: steps.cache-modules.outputs.cache-hit != 'true'
4646
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
4747
- name: cache global yarn cache
48-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
48+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
4949
if: steps.cache-modules.outputs.cache-hit != 'true'
5050
with:
5151
path: ${{ steps.yarn-cache.outputs.dir }}

0 commit comments

Comments
 (0)