Skip to content

Commit 04cfb06

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 0337b43 commit 04cfb06

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: poetry config virtualenvs.in-project true
3131

3232
- name: Set up cache
33-
uses: actions/cache@v5
33+
uses: actions/cache@v6
3434
id: cache
3535
with:
3636
path: |

.github/workflows/contrib-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
poetry-version: "2.3.1"
5858

5959
- name: Set up cache
60-
uses: actions/cache@v5
60+
uses: actions/cache@v6
6161
id: cache
6262
with:
6363
path: |

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: poetry config virtualenvs.in-project true
5555

5656
- name: Set up cache
57-
uses: actions/cache@v5
57+
uses: actions/cache@v6
5858
id: cache
5959
with:
6060
path: |
@@ -107,7 +107,7 @@ jobs:
107107
run: poetry config virtualenvs.in-project true
108108

109109
- name: Set up cache
110-
uses: actions/cache@v5
110+
uses: actions/cache@v6
111111
id: cache
112112
with:
113113
path: |

0 commit comments

Comments
 (0)