Skip to content

Commit cadd6e3

Browse files
chore(ci): update .github/workflows/update-docs.yml to use latest actions/cache (#4407)
Hi all! GitHub will be deprecating older versions of `actions/cache` on March 1st, including version `4.0.2` which is used in `.github/workflows/update-docs.yml`. This is a quick PR to get that workflow updated to the newest version. See [GitHub's notice](https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down) and the [full list of deprecated versions](actions/cache#1510) for more info.
1 parent 7a856a8 commit cadd6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/update-docs.yml

+1-1
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)