Skip to content

Commit 5ad7197

Browse files
⬆️ Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d41ab9b commit 5ad7197

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Cache pip
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: ~/.cache/pip
2727
key: ${{ runner.os }}-pip-${{ matrix.python-version }}
2828
- name: Cache pre-commit
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
with:
3131
path: ~/.cache/pre-commit
3232
key: ${{ runner.os }}-pre-commit-${{ matrix.python-version }}

0 commit comments

Comments
 (0)