From ef84b7f69746c74bc14bd8ad63c93e3000360cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 07:56:51 +0000 Subject: [PATCH] Bump actions/cache from 3.0.5 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.3.1. - [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/v3.0.5...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-docker.yaml | 2 +- .github/workflows/ci-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-docker.yaml b/.github/workflows/ci-docker.yaml index 5dff1d3..c357d00 100644 --- a/.github/workflows/ci-docker.yaml +++ b/.github/workflows/ci-docker.yaml @@ -14,7 +14,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: "Cache Docker layers" - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.3.1 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index cda35c5..a55259e 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -17,7 +17,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: checkout code uses: actions/checkout@v3 - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v3.3.1 with: path: | ~/go/pkg/mod # Module download cache