Skip to content

Commit f7da447

Browse files
chore(deps): 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 d9842d7 commit f7da447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
python-version: ${{ env.PYTHON_VERSION }}
5454

5555
- name: Cache Sphinx cache
56-
uses: actions/cache@v5
56+
uses: actions/cache@v6
5757
with:
5858
path: docs/_build/cache
5959
key: ${{ runner.os }}-sphinx-${{ hashFiles('docs/**/*') }}

0 commit comments

Comments
 (0)