From e4924a8457a6fbaebfe7ebbbf87b0ed118d2c97a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:14:42 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20actions/cache=20from=202=20t?= =?UTF-8?q?o=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/cache](https://github.com/actions/cache) from 2 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 56f625c..533f03c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: "3.10" - - uses: actions/cache@v2 + - uses: actions/cache@v5 id: cache with: path: ${{ env.pythonLocation }} @@ -37,7 +37,7 @@ jobs: run: python -m poetry install - name: Install Material for MkDocs Insiders run: python -m poetry run pip install git+https://${{ secrets.MK_DOCS_ACTIONS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git - - uses: actions/cache@v2 + - uses: actions/cache@v5 with: key: mkdocs-cards-${{ github.ref }} path: .cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6c6420..644b9a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@v3 + - uses: actions/cache@v5 id: python-cache with: path: ${{ env.pythonLocation }}