From 14272155c1a26b31258d723e49d5ced13474ef4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 05:35:02 +0000 Subject: [PATCH] build(deps): Bump actions/cache from 3.3.3 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.3.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 42ffc2de7..17b2a3bc9 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@v3.3.3 + - uses: actions/cache@v4.0.0 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -40,7 +40,7 @@ jobs: needs: [build, install-runsim] steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3.3.3 + - uses: actions/cache@v4.0.0 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index b88dda14a..bd87c93e2 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -46,7 +46,7 @@ jobs: run: go version - name: Install runsim run: export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/runsim@v1.0.0 - - uses: actions/cache@v3.3.3 + - uses: actions/cache@v4.0.0 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -68,7 +68,7 @@ jobs: **/**.go go.mod go.sum - - uses: actions/cache@v3.3.3 + - uses: actions/cache@v4.0.0 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -97,7 +97,7 @@ jobs: go.sum SET_ENV_NAME_INSERTIONS: 1 SET_ENV_NAME_LINES: 1 - - uses: actions/cache@v3.3.3 + - uses: actions/cache@v4.0.0 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -126,7 +126,7 @@ jobs: go.sum SET_ENV_NAME_INSERTIONS: 1 SET_ENV_NAME_LINES: 1 - - uses: actions/cache@v3.3.3 + - uses: actions/cache@v4.0.0 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -155,7 +155,7 @@ jobs: go.sum SET_ENV_NAME_INSERTIONS: 1 SET_ENV_NAME_LINES: 1 - - uses: actions/cache@v3.3.3 + - uses: actions/cache@v4.0.0 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary