From ebfc0892d8ed376af93769dd470f8ffbf5a177c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 03:29:14 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.2.4 to 4.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 4.2.3. - [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/627f0f41f6904a5b1efbaed9f96d9eb58e92e920...5a3ec84eff668545956fd18022155c47e93e2684) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-merge.yaml b/.github/workflows/pre-merge.yaml index 5c70dd7..bbb003b 100644 --- a/.github/workflows/pre-merge.yaml +++ b/.github/workflows/pre-merge.yaml @@ -80,7 +80,7 @@ jobs: ## Setup: Checkout Code - name: Cache SonarCloud packages - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v3 if: ${{ matrix.os == 'ubuntu' }} with: path: ~/.sonar/cache