From c13c5cc771492ef533344f93713037bccf9692dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 15:59:33 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 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/v2.1.6...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/registry.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ed33076..eb6d103 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -56,7 +56,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Cache go - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.1 with: path: | ~/.cache/go-build diff --git a/.github/workflows/registry.yml b/.github/workflows/registry.yml index c0e823e..0427f96 100644 --- a/.github/workflows/registry.yml +++ b/.github/workflows/registry.yml @@ -29,7 +29,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Cache go - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.1 with: path: | ~/.cache/go-build @@ -40,7 +40,7 @@ jobs: - name: Cache app build id: app_cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.1 with: path: ./bin/ key: ${{ runner.os }}-webapp-${{ hashFiles('bin') }} @@ -108,7 +108,7 @@ jobs: suffix=${{ matrix.tagSuffix }},onlatest=true - name: Cache Docker layers - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.1 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}