From 363583c11ec871567154e3951839082682e6b6f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:13:44 +0200 Subject: [PATCH] Bump actions/cache from 3 to 4 (#383) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/parpe_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/parpe_tests.yml b/.github/workflows/parpe_tests.yml index b223dcdb..5d7d3c90 100644 --- a/.github/workflows/parpe_tests.yml +++ b/.github/workflows/parpe_tests.yml @@ -107,7 +107,7 @@ jobs: - name: Cache sonar files id: cache-sonar - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: sonar_cache key: ${{ runner.os }}-sonar_cache