Skip to content

Commit 97b61a6

Browse files
ci(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96d7080 commit 97b61a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_pathfinderhonormanager.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
name: coverage-report
4444
path: .
4545
- name: Cache SonarQube packages
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: ~/.sonar/cache
4949
key: ${{ runner.os }}-sonar
5050
restore-keys: ${{ runner.os }}-sonar
5151
- name: Cache SonarQube scanner
5252
id: cache-sonar-scanner
53-
uses: actions/cache@v4
53+
uses: actions/cache@v5
5454
with:
5555
path: ./.sonar/scanner
5656
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)