Skip to content

Commit 5f6778e

Browse files
chore(deps): bump actions/cache from 5.0.1 to 5.0.3 (#679)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 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 a1c26f2 commit 5f6778e

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@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
39+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
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@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
34+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
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@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
33+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
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@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
29+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
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@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
25+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
2626
with:
2727
path: |
2828
~/.cache/
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
node-version: 24
5757
- name: Cache
58-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
58+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
5959
with:
6060
path: |
6161
~/.cache/

0 commit comments

Comments
 (0)