Skip to content

Commit 44808e6

Browse files
chore(deps): bump actions/cache from 4.2.3 to 4.2.4 (#608)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andy Kenward <andy@unlike.dev>
1 parent 9069edd commit 44808e6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version: 24
3636
- name: Cache
37-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
37+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
3838
with:
3939
path: |
4040
~/.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@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
34+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
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@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
33+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
3434
with:
3535
path: |
3636
~/.cache/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: 24
2626
- name: Cache
27-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
27+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
2828
with:
2929
path: |
3030
~/.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@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
25+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
2626
with:
2727
path: |
2828
~/.cache/
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
node-version: 24
5757
- name: Cache
58-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3
58+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
5959
with:
6060
path: |
6161
~/.cache/

0 commit comments

Comments
 (0)