Skip to content

Commit a217592

Browse files
build(deps): bump actions/cache from 2.1.6 to 4.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.6...v4.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49fc84d commit a217592

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/release-sims.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: install runsim
2323
run: |
2424
export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
25-
- uses: actions/cache@v2.1.6
25+
- uses: actions/cache@v4.2.2
2626
with:
2727
path: ~/go/bin
2828
key: ${{ runner.os }}-go-runsim-binary
@@ -32,7 +32,7 @@ jobs:
3232
needs: [build, install-runsim]
3333
steps:
3434
- uses: actions/checkout@v2
35-
- uses: actions/cache@v2.1.6
35+
- uses: actions/cache@v4.2.2
3636
with:
3737
path: ~/go/bin
3838
key: ${{ runner.os }}-go-runsim-binary

.github/workflows/sims.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: go version
3232
- name: Install runsim
3333
run: export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
34-
- uses: actions/cache@v2.1.6
34+
- uses: actions/cache@v4.2.2
3535
with:
3636
path: ~/go/bin
3737
key: ${{ runner.os }}-go-runsim-binary
@@ -52,7 +52,7 @@ jobs:
5252
**/**.go
5353
go.mod
5454
go.sum
55-
- uses: actions/cache@v2.1.6
55+
- uses: actions/cache@v4.2.2
5656
with:
5757
path: ~/go/bin
5858
key: ${{ runner.os }}-go-runsim-binary
@@ -80,7 +80,7 @@ jobs:
8080
go.sum
8181
SET_ENV_NAME_INSERTIONS: 1
8282
SET_ENV_NAME_LINES: 1
83-
- uses: actions/cache@v2.1.6
83+
- uses: actions/cache@v4.2.2
8484
with:
8585
path: ~/go/bin
8686
key: ${{ runner.os }}-go-runsim-binary
@@ -108,7 +108,7 @@ jobs:
108108
go.sum
109109
SET_ENV_NAME_INSERTIONS: 1
110110
SET_ENV_NAME_LINES: 1
111-
- uses: actions/cache@v2.1.6
111+
- uses: actions/cache@v4.2.2
112112
with:
113113
path: ~/go/bin
114114
key: ${{ runner.os }}-go-runsim-binary
@@ -136,7 +136,7 @@ jobs:
136136
go.sum
137137
SET_ENV_NAME_INSERTIONS: 1
138138
SET_ENV_NAME_LINES: 1
139-
- uses: actions/cache@v2.1.6
139+
- uses: actions/cache@v4.2.2
140140
with:
141141
path: ~/go/bin
142142
key: ${{ runner.os }}-go-runsim-binary

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: install tparse
1919
run: |
2020
go install github.com/mfridman/[email protected]
21-
- uses: actions/cache@v2.1.6
21+
- uses: actions/cache@v4.2.2
2222
with:
2323
path: ~/go/bin
2424
key: ${{ runner.os }}-go-tparse-binary

0 commit comments

Comments
 (0)