From 4a40b237244ff91c1a5a0ba9d2afaed8fbdc6b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 18:22:00 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.6 to 2.1.7 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f6722bf..1074ca4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -43,7 +43,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.6 + uses: actions/cache@v2.1.7 with: path: | ${{ steps.go-env.outputs.cache }} @@ -76,7 +76,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.6 + uses: actions/cache@v2.1.7 with: path: | ${{ steps.go-env.outputs.cache }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eef92c8..5a8c8bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | ${{ steps.go-env.outputs.cache }}