Skip to content

Commit 186f56b

Browse files
Merge pull request #698 from PathfinderHonorManager/dependabot/github_actions/develop/actions/cache-5
ci(deps): bump actions/cache from 4 to 5
2 parents 7636d5b + 11512d6 commit 186f56b

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)