From e4ca325f457eb30b89bb854e5e7a6a6b8e4b93bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 23:39:07 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5.1.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c5a594e..023d49e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -159,7 +159,7 @@ jobs: python-version-file: pyproject.toml cache: "poetry" - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: key: mkdocs-material-${{ env.cache_id }} path: .cache