Skip to content

Commit f3ccb64

Browse files
dependabot[bot]djc
authored andcommitted
Bump actions/cache from 5.0.1 to 5.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...8b402f5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56e9fb2 commit f3ccb64

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/assign-ids.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Cache cargo bin
2222
id: admin-cache
23-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
23+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2424
with:
2525
path: ~/.cargo/bin
2626
key: rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29

.github/workflows/export-osv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ref: osv
1818
persist-credentials: true # persists the token for git push below
1919

20-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
20+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2121
id: admin-cache
2222
with:
2323
path: ~/.cargo/bin

.github/workflows/publish-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ref: gh-pages
1818
persist-credentials: true # persists the token for git push below
1919

20-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
20+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2121
id: admin-cache
2222
with:
2323
path: ~/.cargo/bin

.github/workflows/sync-ids.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Cache cargo bin
2424
id: admin-cache
25-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
25+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2626
with:
2727
path: ~/.cargo/bin
2828
key: rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Cache cargo bin
2020
id: admin-cache
21-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
21+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2222
with:
2323
path: ~/.cargo/bin
2424
key: rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29

0 commit comments

Comments
 (0)