Skip to content

Commit d1cd4b7

Browse files
⬆️ Bump actions/cache from 5 to 6 in the actions group (#316)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 826461d commit d1cd4b7

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@v5
21+
- uses: actions/cache@v6
2222
with:
2323
key: mkdocs-material-${{ hashfiles('.cache/**') }}
2424
path: .cache

0 commit comments

Comments
 (0)