From 4c9d6b61c291bdaee73e9c9bbb4640acc9d4ed0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 04:36:52 +0000 Subject: [PATCH] Bump actions/cache from 5.0.4 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.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/v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7aaa8a8c..821aefcd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,7 @@ jobs: # to simulate an updatable cache. If eventually we need to clear the cache, increase the V* number - name: Rules cache id: rules-cache - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: qacover-core/.tdrules-cache key: tdrules-cache-${{ matrix.scope }}-v1-${{ github.run_id }} @@ -165,7 +165,7 @@ jobs: # Uses the same trick that in other jobs top simulate a writable cache - name: Custom cache for IT id: rules-cache - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: /home/runner/.m2/repository #can't pass $HOME key: setup-java-IT-maven-v1-${{ github.run_id }} @@ -250,7 +250,7 @@ jobs: - name: Rules cache id: rules-cache - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: net/.tdrules-cache key: tdrules-cache-Net-v1-${{ github.run_id }} @@ -260,7 +260,7 @@ jobs: - name: Cache NuGet Packages id: nuget-packages - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 env: cache-name: nuget-package-cache with: