Skip to content

Commit b7d41da

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v6
1313
- uses: actions/setup-python@v6
14-
- uses: actions/cache@v5
14+
- uses: actions/cache@v6
1515
with:
1616
path: ~/.cache/pre-commit
1717
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v6
2323
- name: Cache conda
24-
uses: actions/cache@v5
24+
uses: actions/cache@v6
2525
env:
2626
# Increase this value to reset cache if ci/environment.yml has not changed
2727
CACHE_NUMBER: 0

0 commit comments

Comments
 (0)