Skip to content

Commit 98b75fe

Browse files
authored
Merge pull request #285 from geotribu/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 7d86c4f + afebfbe commit 98b75fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

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

6767
- name: Cache Sphinx cache
68-
uses: actions/cache@v4
68+
uses: actions/cache@v5
6969
with:
7070
path: docs/_build/cache
7171
key: ${{ runner.os }}-sphinx-${{ hashFiles('docs/**/*') }}

0 commit comments

Comments
 (0)