From 4e34052ea338a6d70457b96945f2912b5466c392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 13:08:13 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...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/codeql.yml | 2 +- .github/workflows/docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 82a6f43..87d3de9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,7 +45,7 @@ jobs: python-version: '3.13' - name: Load cached Poetry installation id: cached-poetry - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.local # the path depends on the OS key: poetry-2 # increment to reset cache diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 08ab1dc..fe43e61 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ jobs: python-version: '3.13' - name: Load cached Poetry installation id: cached-poetry - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.local # the path depends on the OS key: poetry-2 # increment to reset cache