Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3 to 4 (#1169)
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 Mar 25, 2024
1 parent 378a7b5 commit e74d7dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Cache Library
id: cache-library
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: Library
key: Library-2021.3.5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Cache Library
id: cache-library
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: Library
key: Library-2020.3.30
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

- name: Cache Library
id: cache-library
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: Library
key: Library-2020.3.30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Cache Library
id: cache-library
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: Library
key: ${{ inputs.cache_key }}
Expand Down

0 comments on commit e74d7dd

Please sign in to comment.