From e22d57f24b023daf804a6781fdb5bdf121819668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:47:06 +0000 Subject: [PATCH] Bump actions/cache from 3.0.11 to 4.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 4.0.1. - [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.0.11...v4.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sims.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index beb5760..a0f6fda 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -39,7 +39,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@v3.0.11 + - uses: actions/cache@v4.0.1 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -62,7 +62,7 @@ jobs: **/**.go go.mod go.sum - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v4.0.1 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -91,7 +91,7 @@ jobs: go.sum SET_ENV_NAME_INSERTIONS: 1 SET_ENV_NAME_LINES: 1 - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v4.0.1 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -120,7 +120,7 @@ jobs: go.sum SET_ENV_NAME_INSERTIONS: 1 SET_ENV_NAME_LINES: 1 - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v4.0.1 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -149,7 +149,7 @@ jobs: go.sum SET_ENV_NAME_INSERTIONS: 1 SET_ENV_NAME_LINES: 1 - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v4.0.1 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary