From d1d538f24cc46ad21b337d2d9fda11f7a4fbdd72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:11:01 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/simulation.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 000323cd6..39d0a769a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: go-version: '1.24.2' - name: Check go mod cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-chain-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/simulation.yml b/.github/workflows/simulation.yml index 761e8a975..1f6b5ce11 100644 --- a/.github/workflows/simulation.yml +++ b/.github/workflows/simulation.yml @@ -13,7 +13,7 @@ jobs: check-latest: true - name: Install runsim run: go install github.com/cosmos/tools/cmd/runsim@v1.0.0 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/go/bin key: ${{ runner.os }}-go-binary @@ -28,7 +28,7 @@ jobs: with: go-version: "1.24.2" check-latest: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/go/bin key: ${{ runner.os }}-go-binary @@ -46,7 +46,7 @@ jobs: with: go-version: "1.24.2" check-latest: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/go/bin key: ${{ runner.os }}-go-binary @@ -64,7 +64,7 @@ jobs: with: go-version: "1.24.2" check-latest: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/go/bin key: ${{ runner.os }}-go-binary @@ -82,7 +82,7 @@ jobs: with: go-version: "1.24.2" check-latest: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/go/bin key: ${{ runner.os }}-go-binary