mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Bump actions/cache from 4.3.0 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](0057852bfa...9255dc7a25)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Dirkjan Ochtman
parent
490283abfe
commit
2648a51132
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
||||
with:
|
||||
path: ~/.cargo/bin
|
||||
key: rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29
|
||||
|
||||
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
||||
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
||||
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
||||
with:
|
||||
path: ~/.cargo/bin
|
||||
key: rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29
|
||||
|
||||
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
||||
with:
|
||||
path: ~/.cargo/bin
|
||||
key: rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29
|
||||
|
||||
Reference in New Issue
Block a user