Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit f49029b

Browse files
Bump actions/cache from 3.0.6 to 3.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.6...v3.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d03d312 commit f49029b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo ::set-output name=BUILD_DATE::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
3232
echo ::set-output name=VERSION::${VERSION}
3333
- name: Cache container layers
34-
uses: actions/cache@v3.0.6
34+
uses: actions/cache@v3.2.0
3535
with:
3636
path: /tmp/.buildx-cache
3737
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/pr-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
dockerfile: Dockerfile
107107
- name: Cache container layers
108-
uses: actions/cache@v3.0.6
108+
uses: actions/cache@v3.2.0
109109
with:
110110
path: /tmp/.buildx-cache
111111
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/release-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
echo "::set-output name=tag::${GITHUB_REF#refs/tags/}"
3030
- name: Cache container layers
31-
uses: actions/cache@v3.0.6
31+
uses: actions/cache@v3.2.0
3232
with:
3333
path: /tmp/.buildx-cache
3434
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
dockerfile: Dockerfile
3232
- name: Cache container layers
33-
uses: actions/cache@v3.0.6
33+
uses: actions/cache@v3.2.0
3434
with:
3535
path: /tmp/.buildx-cache
3636
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)