Skip to content

Commit afd28ed

Browse files
ci(Deps): bump actions/cache from 4.2.4 to 4.3.0 (#427)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.4...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4826b64 commit afd28ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cache: npm
6060

6161
- name: Cache dependencies
62-
uses: actions/cache@v4.2.4
62+
uses: actions/cache@v4.3.0
6363
with:
6464
key: node-${{ github.ref }}
6565
path: node_modules
@@ -127,7 +127,7 @@ jobs:
127127
cache: npm
128128

129129
- name: Cache dependencies
130-
uses: actions/cache@v4.2.4
130+
uses: actions/cache@v4.3.0
131131
with:
132132
key: node-${{ github.ref }}
133133
path: node_modules
@@ -201,7 +201,7 @@ jobs:
201201
cache: npm
202202

203203
- name: Cache dependencies
204-
uses: actions/cache@v4.2.4
204+
uses: actions/cache@v4.3.0
205205
with:
206206
key: node-${{ github.ref }}
207207
path: node_modules
@@ -314,7 +314,7 @@ jobs:
314314
cache: npm
315315

316316
- name: Cache dependencies
317-
uses: actions/cache@v4.2.4
317+
uses: actions/cache@v4.3.0
318318
with:
319319
key: node-${{ github.ref }}
320320
path: node_modules
@@ -460,7 +460,7 @@ jobs:
460460
cache: npm
461461

462462
- name: Cache dependencies
463-
uses: actions/cache@v4.2.4
463+
uses: actions/cache@v4.3.0
464464
with:
465465
key: node-${{ github.ref }}
466466
path: node_modules
@@ -528,7 +528,7 @@ jobs:
528528
cache: npm
529529

530530
- name: Cache dependencies
531-
uses: actions/cache@v4.2.4
531+
uses: actions/cache@v4.3.0
532532
with:
533533
key: node-${{ github.ref }}
534534
path: node_modules

0 commit comments

Comments
 (0)