From 46cfb68649d20dd346a38b99fd9fe822e73baa16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 05:20:05 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2.1.7 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/lint.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9ea4fa..4ae78db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: | ${{ steps.go-env.outputs.cache }} diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index fa8e3dd..51443f6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -22,7 +22,7 @@ jobs: echo "::set-output name=cache::$(go env GOCACHE)" echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: | ${{ steps.go-env.outputs.cache }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9217834..b3b97b0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -45,7 +45,7 @@ jobs: echo "::set-output name=cache::$(go env GOCACHE)" echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: | ${{ steps.go-env.outputs.cache }} @@ -78,7 +78,7 @@ jobs: echo "::set-output name=cache::$(go env GOCACHE)" echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3 with: path: | ${{ steps.go-env.outputs.cache }}