Bump actions/cache from v1 to v2.1.0 (#7040)

Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v1...d29c1df198dd38ac88e0ae23a2881b99c2d20e68)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-08-13 11:30:04 -04:00 committed by GitHub
parent 66b016c112
commit 429e3258d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: install runsim
run: |
export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/runsim@v1.0.0
- uses: actions/cache@v1
- uses: actions/cache@v2.1.0
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -40,7 +40,7 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
- uses: actions/cache@v2.1.0
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary

View File

@ -32,7 +32,7 @@ jobs:
- name: install runsim
run: |
export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/runsim@v1.0.0
- uses: actions/cache@v1
- uses: actions/cache@v2.1.0
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -50,7 +50,7 @@ jobs:
.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/cache@v1
- uses: actions/cache@v2.1.0
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -73,7 +73,7 @@ jobs:
.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/cache@v1
- uses: actions/cache@v2.1.0
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -96,7 +96,7 @@ jobs:
.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/cache@v1
- uses: actions/cache@v2.1.0
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -119,7 +119,7 @@ jobs:
.sum
SET_ENV_NAME_INSERTIONS: 1
SET_ENV_NAME_LINES: 1
- uses: actions/cache@v1
- uses: actions/cache@v2.1.0
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary