diff --git a/.github/workflows/release-sims.yml b/.github/workflows/release-sims.yml index 160da8f780..6809307d72 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@v2.1.0 + - uses: actions/cache@v2.1.1 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@v2.1.0 + - uses: actions/cache@v2.1.1 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 2c6d615b8e..e39407176d 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@v2.1.0 + - uses: actions/cache@v2.1.1 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@v2.1.0 + - uses: actions/cache@v2.1.1 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@v2.1.0 + - uses: actions/cache@v2.1.1 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@v2.1.0 + - uses: actions/cache@v2.1.1 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@v2.1.0 + - uses: actions/cache@v2.1.1 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary