From 754f6967c7d0153f5afe81e9919b1138e4eafa46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 20:08:49 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.3.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6edd7c4..3665498 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: # see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions # weekly cache updates - run: echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV" - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: # weekly cache key: mkdocs-material-${{ env.cache_id }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 14a938c..7f4889d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: # see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions # weekly cache updates - run: echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV" - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: key: mkdocs-material-${{ env.cache_id }} path: .cache