Skip to content

Commit 0356bd2

Browse files
chore(deps): bump actions/cache from 4.2.4 to 4.3.0
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@0400d5f...0057852) --- 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] <support@github.com>
1 parent ed0caed commit 0356bd2

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
node-version: 24
3838
- name: Cache
39-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
39+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
4040
with:
4141
path: |
4242
~/.cache/

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
node-version: 24
3333
- name: Cache
34-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
34+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
3535
with:
3636
path: |
3737
~/.cache/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: 24
3232
- name: Cache
33-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
33+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
3434
with:
3535
path: |
3636
~/.cache/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: 24
2828
- name: Cache
29-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
29+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
3030
with:
3131
path: |
3232
~/.cache/

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: 24
2424
- name: Cache
25-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
25+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
2626
with:
2727
path: |
2828
~/.cache/
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
node-version: 24
5757
- name: Cache
58-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
58+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
5959
with:
6060
path: |
6161
~/.cache/

0 commit comments

Comments
 (0)