From 429e3258d5490b1e80cfc9029619a1e5044a4690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 11:30:04 -0400 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-sims.yml | 4 ++-- .github/workflows/sims.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-sims.yml b/.github/workflows/release-sims.yml index 283cdad42..160da8f78 100644 --- a/.github/workflows/release-sims.yml +++ b/.github/workflows/release-sims.yml @@ -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 diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 24a6a357e..ecc4cbc95 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -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