From f94605f90b57184c0d5f1a6ba108eee298f79b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 11:26:45 +0000 Subject: [PATCH] build(deps): Bump actions/cache from 2.1.7 to 3.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.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.7...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/abci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/abci.yml b/.github/workflows/abci.yml index bf9807abe..281449b2a 100644 --- a/.github/workflows/abci.yml +++ b/.github/workflows/abci.yml @@ -36,7 +36,7 @@ jobs: - name: install run: make install install_abci if: "env.GIT_DIFF != ''" - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.0.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -44,7 +44,7 @@ jobs: ${{ runner.os }}-go- if: env.GIT_DIFF # Cache binaries for use by other jobs - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.0.1 with: path: ~/go/bin key: ${{ runner.os }}-${{ github.sha }}-oc-binary @@ -65,7 +65,7 @@ jobs: **/**.go go.mod go.sum - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.0.1 id: gobin-cache with: path: ~/go/bin @@ -94,7 +94,7 @@ jobs: **/**.go go.mod go.sum - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.0.1 id: gobin-cache with: path: ~/go/bin @@ -122,7 +122,7 @@ jobs: **/**.go go.mod go.sum - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.0.1 id: gobin-cache with: path: ~/go/bin