Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit fbc665b

Browse files
chore(deps): bump actions/cache from 3.2.4 to 3.3.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@627f0f4...88522ab) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 31909c2 commit fbc665b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
## Setup: Checkout Code
8383
- name: Cache SonarCloud packages
84-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3
84+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
8585
if: ${{ matrix.os == 'ubuntu' }}
8686
with:
8787
path: ~/.sonar/cache

0 commit comments

Comments
 (0)