Skip to content

Commit d5a1c78

Browse files
Bump actions/cache from 4 to 5 (#1735)
1 parent 42891d1 commit d5a1c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: 3.x
2121
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
22-
- uses: actions/cache@v4
22+
- uses: actions/cache@v5
2323
with:
2424
key: mkdocs-material-${{ env.cache_id }}
2525
path: .cache

0 commit comments

Comments
 (0)