From a9ea848cb04fa26e8f271e4137f8fda30e77d8ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:10:13 +0200 Subject: [PATCH] build(deps): bump actions/cache from 3.3.2 to 4.0.2 (#365) Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.2. - [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.3.2...v4.0.2) --- 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/reusable-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index b5a63d7..94d4443 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -39,7 +39,7 @@ jobs: - name: Cache sonar packages if: ${{ inputs.sonar_analysis == true }} - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.2 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar