Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/cache from 3.3.1 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.1...v4.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Mar 12, 2024
1 parent 62793b0 commit a327beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:

- name: Cache tox environments
id: cache-tox
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.1
with:
path: .tox
# requirements/*.txt, pyproject.toml, and .pre-commit-config.yaml

0 comments on commit a327beb

Please sign in to comment.