Skip to content

Commit c718346

Browse files
⬆️ Bump actions/cache from 4 to 5 in the actions group (#266)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ff83aa commit c718346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python environment
1919
uses: ./.github/actions/setup-python
2020

21-
- uses: actions/cache@v4
21+
- uses: actions/cache@v5
2222
with:
2323
key: mkdocs-material-${{ hashfiles('.cache/**') }}
2424
path: .cache

0 commit comments

Comments
 (0)