From c9cb5fc3009578c8e4d34f506e8a45b020bb56a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 11:14:19 +0200 Subject: [PATCH] Bump actions/cache from 2.1.5 to 2.1.6 (#20) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/go.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d4ab208..1bafebc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: id: read_versions run: | echo "::set-output name=go::$(go mod edit -json | jq -r .Go)" - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2b135f..bbc94a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: id: read_versions run: | echo "::set-output name=go::$(go mod edit -json | jq -r .Go)" - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: | ~/go/pkg/mod