mirror of
https://github.com/rustsec/advisory-db.git
synced 2026-07-16 00:12:29 -04:00
Bump actions/cache from 5.0.2 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](8b402f58fb...cdf6c1fa76)
---
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>
This commit is contained in:
2
.github/workflows/assign-ids.yml
vendored
2
.github/workflows/assign-ids.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- name: Cache cargo bin
|
||||
id: admin-cache
|
||||
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||
with:
|
||||
path: ~/.cargo/bin
|
||||
key: rustsec-admin-fd0658040d06dff9569dd7b2df60439db93403ec
|
||||
|
||||
2
.github/workflows/export-osv.yml
vendored
2
.github/workflows/export-osv.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
ref: osv
|
||||
persist-credentials: true # persists the token for git push below
|
||||
|
||||
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||
id: admin-cache
|
||||
with:
|
||||
path: ~/.cargo/bin
|
||||
|
||||
2
.github/workflows/publish-web.yml
vendored
2
.github/workflows/publish-web.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
ref: gh-pages
|
||||
persist-credentials: true # persists the token for git push below
|
||||
|
||||
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||
id: admin-cache
|
||||
with:
|
||||
path: ~/.cargo/bin
|
||||
|
||||
2
.github/workflows/sync-ids.yml
vendored
2
.github/workflows/sync-ids.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Cache cargo bin
|
||||
id: admin-cache
|
||||
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||
with:
|
||||
path: ~/.cargo/bin
|
||||
key: rustsec-admin-fd0658040d06dff9569dd7b2df60439db93403ec
|
||||
|
||||
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
- name: Cache cargo bin
|
||||
id: admin-cache
|
||||
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||
with:
|
||||
path: ~/.cargo/bin
|
||||
key: rustsec-admin-fd0658040d06dff9569dd7b2df60439db93403ec
|
||||
|
||||
Reference in New Issue
Block a user