Skip to content

Commit ec20ad0

Browse files
Updated .github/workflows/update-docs.yml to use latest version of actions/cache, to avoid deprecation
1 parent 7a856a8 commit ec20ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
python-version: 3.x
6969
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
70-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
70+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
7171
with:
7272
key: mkdocs-material-${{ env.cache_id }}
7373
path: .cache

0 commit comments

Comments
 (0)