build(deps): Bump actions/cache from 3 to 4 (#24268)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
dependabot[bot] 2025-04-01 12:34:11 -04:00 committed by GitHub
parent 877708b20e
commit 254e62ff3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 12 deletions

View File

@ -37,7 +37,7 @@ jobs:
check-latest: true
- name: Install runsim
run: go install github.com/cosmos/tools/cmd/runsim@v1.0.0
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -53,7 +53,7 @@ jobs:
with:
go-version: "1.23"
check-latest: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -72,7 +72,7 @@ jobs:
with:
go-version: "1.23"
check-latest: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -92,7 +92,7 @@ jobs:
with:
go-version: "1.23"
check-latest: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary

View File

@ -37,7 +37,7 @@ jobs:
check-latest: true
- name: Install runsim
run: go install github.com/cosmos/tools/cmd/runsim@v1.0.0
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -54,7 +54,7 @@ jobs:
with:
go-version: "1.23"
check-latest: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -73,7 +73,7 @@ jobs:
with:
go-version: "1.23"
check-latest: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -92,7 +92,7 @@ jobs:
with:
go-version: "1.23"
check-latest: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary

View File

@ -37,7 +37,7 @@ jobs:
check-latest: true
- name: Install runsim
run: go install github.com/cosmos/tools/cmd/runsim@v1.0.0
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -54,7 +54,7 @@ jobs:
with:
go-version: "1.23"
check-latest: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -73,7 +73,7 @@ jobs:
with:
go-version: "1.23"
check-latest: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
@ -92,7 +92,7 @@ jobs:
with:
go-version: "1.23"
check-latest: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary