From 3e54f21fcb140edee0969c2863e951793ae77a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:09:20 -0700 Subject: [PATCH] action-deps: bump actions/cache from 4.0.1 to 4.0.2 (#1328) Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 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/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea3712794..f34ce1ca6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -195,7 +195,7 @@ jobs: - if: matrix.runSonarCloudScan name: Cache SonarCloud packages id: cache_sonar_packages - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ~\sonar\cache key: ${{ runner.os }}-sonar @@ -204,7 +204,7 @@ jobs: - if: matrix.runSonarCloudScan name: Cache SonarCloud scanner id: cache_sonar_scanner - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: .\.sonar\scanner key: ${{ runner.os }}-sonar-scanner