Skip to content

Commit 676162d

Browse files
chore(deps): Bump actions/cache from 3.0.6 to 3.0.7 (#642)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v3.0.7</h2> <h2>What's Changed</h2> <ul> <li>Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's changelog</a>.</em></p> <blockquote> <h3>3.0.6</h3> <ul> <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/809">#809</a> - zstd -d: no such file or directory error</li> <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/833">#833</a> - cache doesn't work with github workspace directory</li> </ul> <h3>3.0.7</h3> <ul> <li>Fixed <a href="https://github-redirect.dependabot.com/actions/cache/issues/810">#810</a> - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/cache/commit/a7c34adf76222e77931dedbf4a45b2e4648ced19"><code>a7c34ad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/894">#894</a> from actions/kotewar/update-toolkit-version</li> <li><a href="https://github.com/actions/cache/commit/83394c99b7089b29ee6c302fad5e940df48c472a"><code>83394c9</code></a> Updated cache version in license file</li> <li><a href="https://github.com/actions/cache/commit/e839c25979e6ffdd90792d34de69d6a87d3016f6"><code>e839c25</code></a> Updated actions/cache version to 3.0.3</li> <li><a href="https://github.com/actions/cache/commit/33a923d660988a68affcd47de6bd6744193223a6"><code>33a923d</code></a> Added release information</li> <li><a href="https://github.com/actions/cache/commit/a404368986bb049d406166fc20afc01d032ad8a2"><code>a404368</code></a> Updated actions/cache version to 3.0.2</li> <li>See full diff in <a href="https://github.com/actions/cache/compare/v3.0.6...v3.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/cache&package-manager=github_actions&previous-version=3.0.6&new-version=3.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 8679ec2 commit 676162d

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/release-sims.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: install runsim
3232
run: |
3333
export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
34-
- uses: actions/[email protected].6
34+
- uses: actions/[email protected].7
3535
with:
3636
path: ~/go/bin
3737
key: ${{ runner.os }}-go-runsim-binary
@@ -41,7 +41,7 @@ jobs:
4141
needs: [build, install-runsim]
4242
steps:
4343
- uses: actions/checkout@v3
44-
- uses: actions/[email protected].6
44+
- uses: actions/[email protected].7
4545
with:
4646
path: ~/go/bin
4747
key: ${{ runner.os }}-go-runsim-binary
@@ -58,7 +58,7 @@ jobs:
5858
needs: [build, install-runsim, test-sim-multi-seed-long-part1]
5959
steps:
6060
- uses: actions/checkout@v3
61-
- uses: actions/[email protected].6
61+
- uses: actions/[email protected].7
6262
with:
6363
path: ~/go/bin
6464
key: ${{ runner.os }}-go-runsim-binary
@@ -75,7 +75,7 @@ jobs:
7575
needs: [build, install-runsim, test-sim-multi-seed-long-part2]
7676
steps:
7777
- uses: actions/checkout@v3
78-
- uses: actions/[email protected].6
78+
- uses: actions/[email protected].7
7979
with:
8080
path: ~/go/bin
8181
key: ${{ runner.os }}-go-runsim-binary

.github/workflows/sims.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: go version
4242
- name: Install runsim
4343
run: export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
44-
- uses: actions/[email protected].6
44+
- uses: actions/[email protected].7
4545
with:
4646
path: ~/go/bin
4747
key: ${{ runner.os }}-go-runsim-binary
@@ -63,7 +63,7 @@ jobs:
6363
!**/**_test.go
6464
go.mod
6565
go.sum
66-
- uses: actions/[email protected].6
66+
- uses: actions/[email protected].7
6767
with:
6868
path: ~/go/bin
6969
key: ${{ runner.os }}-go-runsim-binary
@@ -92,7 +92,7 @@ jobs:
9292
go.sum
9393
SET_ENV_NAME_INSERTIONS: 1
9494
SET_ENV_NAME_LINES: 1
95-
- uses: actions/[email protected].6
95+
- uses: actions/[email protected].7
9696
with:
9797
path: ~/go/bin
9898
key: ${{ runner.os }}-go-runsim-binary
@@ -121,7 +121,7 @@ jobs:
121121
go.sum
122122
SET_ENV_NAME_INSERTIONS: 1
123123
SET_ENV_NAME_LINES: 1
124-
- uses: actions/[email protected].6
124+
- uses: actions/[email protected].7
125125
with:
126126
path: ~/go/bin
127127
key: ${{ runner.os }}-go-runsim-binary
@@ -150,7 +150,7 @@ jobs:
150150
go.sum
151151
SET_ENV_NAME_INSERTIONS: 1
152152
SET_ENV_NAME_LINES: 1
153-
- uses: actions/[email protected].6
153+
- uses: actions/[email protected].7
154154
with:
155155
path: ~/go/bin
156156
key: ${{ runner.os }}-go-runsim-binary

.github/workflows/sims_normal.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: go version
3030
- name: Install runsim
3131
run: export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
32-
- uses: actions/[email protected].6
32+
- uses: actions/[email protected].7
3333
with:
3434
path: ~/go/bin
3535
key: ${{ runner.os }}-go-runsim-binary
@@ -44,7 +44,7 @@ jobs:
4444
go-version: 1.18
4545
- name: Display go version
4646
run: go version
47-
- uses: actions/[email protected].6
47+
- uses: actions/[email protected].7
4848
with:
4949
path: ~/go/bin
5050
key: ${{ runner.os }}-go-runsim-binary
@@ -62,7 +62,7 @@ jobs:
6262
go-version: 1.18
6363
- name: Display go version
6464
run: go version
65-
- uses: actions/[email protected].6
65+
- uses: actions/[email protected].7
6666
with:
6767
path: ~/go/bin
6868
key: ${{ runner.os }}-go-runsim-binary
@@ -80,7 +80,7 @@ jobs:
8080
go-version: 1.18
8181
- name: Display go version
8282
run: go version
83-
- uses: actions/[email protected].6
83+
- uses: actions/[email protected].7
8484
with:
8585
path: ~/go/bin
8686
key: ${{ runner.os }}-go-runsim-binary

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: install tparse
2828
run: |
2929
export GO111MODULE="on" && go install github.com/mfridman/[email protected]
30-
- uses: actions/[email protected].6
30+
- uses: actions/[email protected].7
3131
with:
3232
path: ~/go/bin
3333
key: ${{ runner.os }}-go-tparse-binary

0 commit comments

Comments
 (0)