Skip to content

Commit 191ab71

Browse files
Bump actions/cache from 4.1.2 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...1bd1e32) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1bde837 commit 191ab71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-cni-plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id-token: write # needed for signing the images with GitHub OIDC token
3434
steps:
3535
# Build multi-arch docker images for cni-plugin:
36-
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
36+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
3737
with:
3838
path: ${{ runner.temp }}/.buildx-cache
3939
key: cni-plugin-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }}

.github/workflows/release-proxy-init.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id-token: write # needed for signing the images with GitHub OIDC token
3434
steps:
3535
# Build multi-arch docker images for proxy-init:
36-
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
36+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
3737
with:
3838
path: ${{ runner.temp }}/.buildx-cache
3939
key: proxy-init-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }}

0 commit comments

Comments
 (0)