Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#16)
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 Oct 7, 2024
1 parent fa7d7a1 commit 1e180e4
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 @@ -13,7 +13,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4
- name: Cache tox
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .tox
key: tox-${{hashFiles('pyproject.toml')}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache tox
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .tox
key: tox-${{hashFiles('pyproject.toml') }}
Expand Down

0 comments on commit 1e180e4

Please sign in to comment.