Skip to content

Commit ff8edcd

Browse files
build(deps): bump actions/cache from 2.1.6 to 2.1.7 (#7347)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@c64c572...937d244) --- updated-dependencies: - dependency-name: actions/cache 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>
1 parent 545b972 commit ff8edcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
echo "TAG=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> $GITHUB_ENV
8585
echo "DOCKER_BUILDKIT_CACHE=${{ runner.temp }}/.buildx-cache" >> $GITHUB_ENV
8686
- name: Cache docker layers
87-
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
87+
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed
8888
with:
8989
path: ${{ env.DOCKER_BUILDKIT_CACHE }}
9090
key: policy-controller-${{ matrix.arch }}-${{ env.TAG }}

0 commit comments

Comments
 (0)