Bump actions/cache from v2.1.1 to v2.1.2 (#7509)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.1 to v2.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.1...d1255ad9362389eac595a9ae406b8e8cb3331f16) 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:
parent
61d5844705
commit
6527717664
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: install runsim
|
- name: install runsim
|
||||||
run: |
|
run: |
|
||||||
export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/runsim@v1.0.0
|
export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/runsim@v1.0.0
|
||||||
- uses: actions/cache@v2.1.1
|
- uses: actions/cache@v2.1.2
|
||||||
with:
|
with:
|
||||||
path: ~/go/bin
|
path: ~/go/bin
|
||||||
key: ${{ runner.os }}-go-runsim-binary
|
key: ${{ runner.os }}-go-runsim-binary
|
||||||
|
@ -40,7 +40,7 @@ jobs:
|
||||||
needs: [build, install-runsim]
|
needs: [build, install-runsim]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/cache@v2.1.1
|
- uses: actions/cache@v2.1.2
|
||||||
with:
|
with:
|
||||||
path: ~/go/bin
|
path: ~/go/bin
|
||||||
key: ${{ runner.os }}-go-runsim-binary
|
key: ${{ runner.os }}-go-runsim-binary
|
||||||
|
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
run: go version
|
run: go version
|
||||||
- name: Install runsim
|
- name: Install runsim
|
||||||
run: export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/runsim@v1.0.0
|
run: export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/runsim@v1.0.0
|
||||||
- uses: actions/cache@v2.1.1
|
- uses: actions/cache@v2.1.2
|
||||||
with:
|
with:
|
||||||
path: ~/go/bin
|
path: ~/go/bin
|
||||||
key: ${{ runner.os }}-go-runsim-binary
|
key: ${{ runner.os }}-go-runsim-binary
|
||||||
|
@ -62,7 +62,7 @@ jobs:
|
||||||
.sum
|
.sum
|
||||||
SET_ENV_NAME_INSERTIONS: 1
|
SET_ENV_NAME_INSERTIONS: 1
|
||||||
SET_ENV_NAME_LINES: 1
|
SET_ENV_NAME_LINES: 1
|
||||||
- uses: actions/cache@v2.1.1
|
- uses: actions/cache@v2.1.2
|
||||||
with:
|
with:
|
||||||
path: ~/go/bin
|
path: ~/go/bin
|
||||||
key: ${{ runner.os }}-go-runsim-binary
|
key: ${{ runner.os }}-go-runsim-binary
|
||||||
|
@ -90,7 +90,7 @@ jobs:
|
||||||
.sum
|
.sum
|
||||||
SET_ENV_NAME_INSERTIONS: 1
|
SET_ENV_NAME_INSERTIONS: 1
|
||||||
SET_ENV_NAME_LINES: 1
|
SET_ENV_NAME_LINES: 1
|
||||||
- uses: actions/cache@v2.1.1
|
- uses: actions/cache@v2.1.2
|
||||||
with:
|
with:
|
||||||
path: ~/go/bin
|
path: ~/go/bin
|
||||||
key: ${{ runner.os }}-go-runsim-binary
|
key: ${{ runner.os }}-go-runsim-binary
|
||||||
|
@ -118,7 +118,7 @@ jobs:
|
||||||
.sum
|
.sum
|
||||||
SET_ENV_NAME_INSERTIONS: 1
|
SET_ENV_NAME_INSERTIONS: 1
|
||||||
SET_ENV_NAME_LINES: 1
|
SET_ENV_NAME_LINES: 1
|
||||||
- uses: actions/cache@v2.1.1
|
- uses: actions/cache@v2.1.2
|
||||||
with:
|
with:
|
||||||
path: ~/go/bin
|
path: ~/go/bin
|
||||||
key: ${{ runner.os }}-go-runsim-binary
|
key: ${{ runner.os }}-go-runsim-binary
|
||||||
|
@ -146,7 +146,7 @@ jobs:
|
||||||
.sum
|
.sum
|
||||||
SET_ENV_NAME_INSERTIONS: 1
|
SET_ENV_NAME_INSERTIONS: 1
|
||||||
SET_ENV_NAME_LINES: 1
|
SET_ENV_NAME_LINES: 1
|
||||||
- uses: actions/cache@v2.1.1
|
- uses: actions/cache@v2.1.2
|
||||||
with:
|
with:
|
||||||
path: ~/go/bin
|
path: ~/go/bin
|
||||||
key: ${{ runner.os }}-go-runsim-binary
|
key: ${{ runner.os }}-go-runsim-binary
|
||||||
|
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: install tparse
|
- name: install tparse
|
||||||
run: |
|
run: |
|
||||||
export GO111MODULE="on" && go get github.com/mfridman/tparse@v0.8.3
|
export GO111MODULE="on" && go get github.com/mfridman/tparse@v0.8.3
|
||||||
- uses: actions/cache@v2.1.1
|
- uses: actions/cache@v2.1.2
|
||||||
with:
|
with:
|
||||||
path: ~/go/bin
|
path: ~/go/bin
|
||||||
key: ${{ runner.os }}-go-tparse-binary
|
key: ${{ runner.os }}-go-tparse-binary
|
||||||
|
@ -401,7 +401,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: "${{ github.sha }}-ad-race-output"
|
name: "${{ github.sha }}-ad-race-output"
|
||||||
if: "env.GIT_DIFF != ''"
|
if: "env.GIT_DIFF != ''"
|
||||||
- uses: actions/cache@v2.1.1
|
- uses: actions/cache@v2.1.2
|
||||||
with:
|
with:
|
||||||
path: ~/go/bin
|
path: ~/go/bin
|
||||||
key: ${{ runner.os }}-go-tparse-binary
|
key: ${{ runner.os }}-go-tparse-binary
|
||||||
|
|
Loading…
Reference in New Issue