Skip to content

Commit 19950c1

Browse files
authored
Merge pull request #225 from gpauloski/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 2f8d5fc + 259c323 commit 19950c1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Use pip cache
3333
id: pip-cache
34-
uses: actions/cache@v5
34+
uses: actions/cache@v6
3535
with:
3636
path: ${{ env.PIP_CACHE_DIR }}
3737
key: docs-ubuntu-latest-pip-3.11-${{ hashFiles('pyproject.toml') }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Use pip cache
3030
id: pip-cache
31-
uses: actions/cache@v5
31+
uses: actions/cache@v6
3232
with:
3333
path: ${{ env.PIP_CACHE_DIR }}
3434
key: docs-ubuntu-latest-pip-3.11-${{ hashFiles('pyproject.toml') }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Use pip cache
4545
id: pip-cache
46-
uses: actions/cache@v5
46+
uses: actions/cache@v6
4747
with:
4848
path: ${{ env.PIP_CACHE_DIR }}
4949
key: tests-${{ matrix.os }}-pip-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)