Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/simulations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install runsim
run: export GO111MODULE="on" && 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-runsim-binary
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
with:
go-go-version: '1.23'
cache: true
- uses: actions/cache@v4
- uses: actions/cache@v5
if: env.GIT_DIFF
with:
path: ~/go/bin
Expand All @@ -89,7 +89,7 @@ jobs:
with:
go-go-version: '1.23'
cache: true
- uses: actions/cache@v4
- uses: actions/cache@v5
if: env.GIT_DIFF
with:
path: ~/go/bin
Expand All @@ -115,7 +115,7 @@ jobs:
with:
go-go-version: '1.23'
cache: true
- uses: actions/cache@v4
- uses: actions/cache@v5
if: env.GIT_DIFF
with:
path: ~/go/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
go-go-version: '1.23'
- name: Display Go Version
run: go version
- uses: actions/cache@v4
- uses: actions/cache@v5
id: cache-go-tparse
with:
path: ~/go/bin
Expand Down
Loading