From 2cce4d012f41b2f0a9581cf28b9b160584b6cc55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 11:58:40 +0000 Subject: [PATCH] build(deps): Bump actions/cache from 2.1.1 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.1 to 3.3.1. - [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.1.1...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4cea1a7b39d..09127e2eb96 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: - name: install run: make install install_abci if: "env.GIT_DIFF != ''" - - uses: actions/cache@v2.1.1 + - uses: actions/cache@v3.3.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -46,7 +46,7 @@ jobs: ${{ runner.os }}-go- if: "env.GIT_DIFF != ''" # Cache binaries for use by other jobs - - uses: actions/cache@v2.1.1 + - uses: actions/cache@v3.3.1 with: path: ~/go/bin key: ${{ runner.os }}-${{ github.sha }}-tm-binary @@ -69,14 +69,14 @@ jobs: - name: Set GOBIN run: | echo "::add-path::$(go env GOPATH)/bin" - - uses: actions/cache@v2.1.1 + - uses: actions/cache@v3.3.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go- if: "env.GIT_DIFF != ''" - - uses: actions/cache@v2.1.1 + - uses: actions/cache@v3.3.1 with: path: ~/go/bin key: ${{ runner.os }}-${{ github.sha }}-tm-binary @@ -103,14 +103,14 @@ jobs: - name: Set GOBIN run: | echo "::add-path::$(go env GOPATH)/bin" - - uses: actions/cache@v2.1.1 + - uses: actions/cache@v3.3.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go- if: "env.GIT_DIFF != ''" - - uses: actions/cache@v2.1.1 + - uses: actions/cache@v3.3.1 with: path: ~/go/bin key: ${{ runner.os }}-${{ github.sha }}-tm-binary @@ -136,14 +136,14 @@ jobs: - name: Set GOBIN run: | echo "::add-path::$(go env GOPATH)/bin" - - uses: actions/cache@v2.1.1 + - uses: actions/cache@v3.3.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go- if: "env.GIT_DIFF != ''" - - uses: actions/cache@v2.1.1 + - uses: actions/cache@v3.3.1 with: path: ~/go/bin key: ${{ runner.os }}-${{ github.sha }}-tm-binary