Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#43)
Browse files Browse the repository at this point in the history
Bump actions/cache from 3 to 4
  • Loading branch information
Guts authored Feb 2, 2024
2 parents 9728b16 + 6ac3e45 commit 930386e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Cache Sphinx cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: docs/_build/cache
key: ${{ runner.os }}-sphinx-${{ hashFiles('docs/**/*') }}
Expand Down

0 comments on commit 930386e

Please sign in to comment.