Skip to content

Commit

Permalink
Chore(deps): Bump actions/cache from 3 to 4
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>
  • Loading branch information
dependabot[bot] authored and Pierre-Sassoulas committed Feb 4, 2025
1 parent d5fc35a commit e1db780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
run: python -m pip install --upgrade tox

- name: Cache tox virtual environment
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .tox
key: ${{ matrix.os }}-tox-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
run: python -m pip install --upgrade tox

- name: Cache tox virtual environment
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .tox
key: ubuntu-latest-tox-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
run: python -m pip install --upgrade tox

- name: Cache tox virtual environment
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .tox
key: ubuntu-latest-tox-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}
Expand Down

0 comments on commit e1db780

Please sign in to comment.