From f5115d524d7062cc0c85c68869aa4f352ea2a4f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 20:31:24 +0000 Subject: [PATCH] feat(deps): bump actions/cache from 1 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v1...v2.1.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b286f934..997d654d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Cache Go modules - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: | ~/go/pkg/mod @@ -85,7 +85,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Cache Go modules - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: | ~/go/pkg/mod @@ -132,7 +132,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Cache Go modules - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: path: | ~/go/pkg/mod