From 41ad7b967eaed76bf49b85c1d67196f756957e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 19:15:46 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5ee073507bf..d8f9f38880f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,14 +22,14 @@ jobs: with: fetch-depth: 0 - name: cache go binaries - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 id: cache-go-bin with: path: ~/go/bin key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} restore-keys: ${{ runner.os }}-go-bin - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: path: | ~/go/pkg/mod @@ -63,14 +63,14 @@ jobs: run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: cache go binaries - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 id: cache-go-bin with: path: ~/go/bin key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} restore-keys: ${{ runner.os }}-go-bin - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: path: | ~/go/pkg/mod @@ -112,7 +112,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: path: | ~/go/pkg @@ -150,7 +150,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: path: | ~/go/pkg/mod