Skip to content

Commit 46f7a1e

Browse files
MAINT: Bump actions/cache from 5 to 6 (#2074)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a846ddc commit 46f7a1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
python-version: ${{ env.PRE_COMMIT_PYTHON_VERSION }}
4545

4646
- name: Cache pre-commit environments
47-
uses: actions/cache@v5
47+
uses: actions/cache@v6
4848
with:
4949
path: ~/.cache/pre-commit
5050
key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
# miss -> we do a fresh build and actions/cache saves the result on
114114
# job success, so the next run with the same SHA hits.
115115
id: cache
116-
uses: actions/cache@v5
116+
uses: actions/cache@v6
117117
with:
118118
path: doc/_build/html
119119
key: docs-${{ env.CACHE_VERSION }}-${{ matrix.slug }}-${{ steps.sha.outputs.sha }}

0 commit comments

Comments
 (0)