From ac0217989c4307c9536a96f61680504914c9ae69 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 10:09:43 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v2.1.7 --- .github/workflows/build.yml | 2 +- .github/workflows/gofmt.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05a6bf8..7ffbd21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/gofmt.yml b/.github/workflows/gofmt.yml index 09188b6..4809d20 100644 --- a/.github/workflows/gofmt.yml +++ b/.github/workflows/gofmt.yml @@ -31,7 +31,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: "get golang version" run: echo "::set-env name=golang-version::$(go version)" - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: ~/go key: ${{ runner.os }}-go-${{ env.golang-version }}