build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#9101)

Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
dependabot[bot] 2021-04-14 07:23:37 +00:00 committed by GitHub
parent 3ebf06ce0d
commit b100f0a3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -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.4
- uses: actions/cache@v2.1.5
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -32,7 +32,7 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2.1.4
- uses: actions/cache@v2.1.5
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary

View File

@ -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.4
- uses: actions/cache@v2.1.5
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.4
- uses: actions/cache@v2.1.5
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.4
- uses: actions/cache@v2.1.5
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.4
- uses: actions/cache@v2.1.5
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.4
- uses: actions/cache@v2.1.5
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary

View File

@ -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.4
- uses: actions/cache@v2.1.5
with:
path: ~/go/bin
key: ${{ runner.os }}-go-tparse-binary