From f42f04d967a3a78f7ec21e45d4251cc79bced443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 10:15:28 -0400 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.6 to 3.0.1 (#167) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 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.6...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-sims.yml | 4 ++-- .github/workflows/sims.yml | 10 +++++----- .github/workflows/test.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-sims.yml b/.github/workflows/release-sims.yml index 9884a9c33c60..4d60261c7311 100644 --- a/.github/workflows/release-sims.yml +++ b/.github/workflows/release-sims.yml @@ -22,7 +22,7 @@ jobs: - name: install runsim run: | export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/runsim@v1.0.0 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.1 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -32,7 +32,7 @@ jobs: needs: [build, install-runsim] steps: - uses: actions/checkout@v3 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.1 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 5b3454d5eed8..41f0d117fd6e 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -31,7 +31,7 @@ jobs: run: go version - name: Install runsim run: export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/runsim@v1.0.0 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.1 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -52,7 +52,7 @@ jobs: **/**.go go.mod go.sum - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.1 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -80,7 +80,7 @@ jobs: go.sum SET_ENV_NAME_INSERTIONS: 1 SET_ENV_NAME_LINES: 1 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.1 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -108,7 +108,7 @@ jobs: go.sum SET_ENV_NAME_INSERTIONS: 1 SET_ENV_NAME_LINES: 1 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.1 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -136,7 +136,7 @@ jobs: go.sum SET_ENV_NAME_INSERTIONS: 1 SET_ENV_NAME_LINES: 1 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.1 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0bb7b48ab4a0..29cfb60fb377 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: install tparse run: | export GO111MODULE="on" && go get github.com/mfridman/tparse@v0.8.3 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.0.1 with: path: ~/go/bin key: ${{ runner.os }}-go-tparse-binary