Skip to content

Commit 9735752

Browse files
Bump actions/cache from 4.3.0 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69f901c commit 9735752

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 20
2525
- uses: ./.github/actions/setup-jfrog
2626
- name: Cache node modules
27-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
27+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2828
env:
2929
cache-name: cache-node-modules
3030
with:
@@ -64,7 +64,7 @@ jobs:
6464
python-version: '3.10'
6565
- uses: ./.github/actions/setup-jfrog
6666
- name: Cache node modules
67-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
67+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6868
with:
6969
path: ~/.npm
7070
key: ${{ runner.os }}-${{ matrix.node-version }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
@@ -107,7 +107,7 @@ jobs:
107107
node-version: 20
108108
- uses: ./.github/actions/setup-jfrog
109109
- name: Cache node modules
110-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
110+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
111111
with:
112112
path: ~/.npm
113113
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
@@ -138,7 +138,7 @@ jobs:
138138
steps:
139139
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
140140
- name: Cache node modules
141-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
141+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
142142
with:
143143
path: ~/.npm
144144
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)