Skip to content

Commit b1c0d27

Browse files
ci: bump actions/cache from 5 to 6 (#713)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a45803 commit b1c0d27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
echo "hash=$HASH" >> $GITHUB_OUTPUT
7777
7878
- name: Cache executed notebooks
79-
uses: actions/cache@v5
79+
uses: actions/cache@v6
8080
id: notebook-cache
8181
with:
8282
path: docs/notebooks/**/*.ipynb
@@ -140,7 +140,7 @@ jobs:
140140
echo "hash=$HASH" >> $GITHUB_OUTPUT
141141
142142
- name: Cache executed notebooks
143-
uses: actions/cache@v5
143+
uses: actions/cache@v6
144144
id: notebook-cache
145145
with:
146146
path: docs/notebooks/**/*.ipynb

0 commit comments

Comments
 (0)