Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https:/actions/cache) from 3 to 4.
- [Release notes](https:/actions/cache/releases)
- [Changelog](https:/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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and garryod committed Mar 12, 2024
1 parent 808073c commit c17a422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Cache tutorial dataset
id: cache-tutorial-dataset
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/I22 Tutorial Dataset/
key: tutorial-dataset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Cache tutorial dataset
id: cache-tutorial-dataset
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/I22 Tutorial Dataset/
key: tutorial-dataset
Expand Down

0 comments on commit c17a422

Please sign in to comment.