From f20b41237f0ad254c5963a2ef2cafc5d542672f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 04:48:39 +0000 Subject: [PATCH] Bump actions/cache from 2.1.7 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-validation.yaml | 2 +- .github/workflows/release-container-image.yaml | 2 +- .github/workflows/trivy.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-validation.yaml b/.github/workflows/pr-validation.yaml index 7e5b8e8..34d53d9 100644 --- a/.github/workflows/pr-validation.yaml +++ b/.github/workflows/pr-validation.yaml @@ -112,7 +112,7 @@ jobs: with: dockerfile: Dockerfile - name: Cache container layers - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.2 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} diff --git a/.github/workflows/release-container-image.yaml b/.github/workflows/release-container-image.yaml index e89047b..6f0f5f8 100644 --- a/.github/workflows/release-container-image.yaml +++ b/.github/workflows/release-container-image.yaml @@ -28,7 +28,7 @@ jobs: run: | echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT - name: Cache container layers - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.2 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index caf6464..1f33b23 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -30,7 +30,7 @@ jobs: with: dockerfile: Dockerfile - name: Cache container layers - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.2 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}