Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#116)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent a80603a commit 08b04bf
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: git config --global core.autoCRLF false
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-darwin-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: .github/setup-darwin.sh
- name: restore cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/local
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-darwin-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: restore cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/local
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-darwin-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: .github/setup-darwin.sh
- name: restore cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/local
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-darwin-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: .github/setup-darwin.sh
- name: restore cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/local
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: restore cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/local
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: restore cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/local
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: restore cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/local
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: restore cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/local
Expand Down

0 comments on commit 08b04bf

Please sign in to comment.