From 3ed52eee5b31af9f56439783d3ca1524e46d22dd Mon Sep 17 00:00:00 2001 From: Ricky Whitaker Date: Wed, 5 Feb 2025 15:00:28 -0600 Subject: [PATCH] fix(update-docs): update .github/workflows/update-docs.yml to use latest actions/cache --- .github/workflows/update-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index f3a51f1389..0203699156 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -67,7 +67,7 @@ jobs: with: python-version: 3.x - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: key: mkdocs-material-${{ env.cache_id }} path: .cache