From c4c94557b8d3ed229554e8a917e61bcc215d5ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:42:42 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.7 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 5.0.5. - [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.7...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 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 2116ba26e5..e0844d2ed8 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -31,7 +31,7 @@ jobs: run: go version - name: Install runsim run: go install github.com/cosmos/tools/cmd/runsim@v1.0.0 - - uses: actions/cache@v3.0.7 + - uses: actions/cache@v5.0.5 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -46,7 +46,7 @@ jobs: go-version: 1.18 - name: Display go version run: go version - - uses: actions/cache@v3.0.7 + - uses: actions/cache@v5.0.5 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -72,7 +72,7 @@ jobs: # go.sum # SET_ENV_NAME_INSERTIONS: 1 # SET_ENV_NAME_LINES: 1 - # - uses: actions/cache@v3.0.7 + # - uses: actions/cache@v5.0.5 # with: # path: ~/go/bin # key: ${{ runner.os }}-go-runsim-binary @@ -100,7 +100,7 @@ jobs: # go.sum # SET_ENV_NAME_INSERTIONS: 1 # SET_ENV_NAME_LINES: 1 - # - uses: actions/cache@v3.0.7 + # - uses: actions/cache@v5.0.5 # with: # path: ~/go/bin # key: ${{ runner.os }}-go-runsim-binary @@ -120,7 +120,7 @@ jobs: go-version: 1.18 - name: Display go version run: go version - - uses: actions/cache@v3.0.7 + - uses: actions/cache@v5.0.5 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary