From 0713d326ac062762042f5fa008e9dc6bbc86dea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:02:29 +0000 Subject: [PATCH] Bump actions/cache from 5.0.3 to 5.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [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/v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 596f104..ab539c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: hashFiles('requirements.txt', 'requirements_test.txt') }}" >> $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: &actions-cache actions/cache@v5.0.3 + uses: &actions-cache actions/cache@v5.0.4 with: path: venv key: >- @@ -95,7 +95,7 @@ jobs: - &cache-restore-python-base name: Restore Python virtual environment id: cache-venv - uses: &actions-cache-restore actions/cache/restore@v5.0.3 + uses: &actions-cache-restore actions/cache/restore@v5.0.4 with: fail-on-cache-miss: true path: venv