Skip to content

Commit f61286f

Browse files
chore(deps): update actions/cache action to v6
1 parent 3a2e7a1 commit f61286f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/sonar-fork-analysis/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ runs:
119119

120120
- name: 'Cache SonarCloud packages'
121121
if: github.event_name == 'workflow_run'
122-
uses: actions/cache@v5
122+
uses: actions/cache@v6
123123
with:
124124
path: ~/.sonar/cache
125125
key: ${{ runner.os }}-sonar

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Cache node_modules
6060
id: cache-nodemodules
61-
uses: actions/cache@v5
61+
uses: actions/cache@v6
6262
with:
6363
path: |
6464
~/.cache/Cypress

0 commit comments

Comments
 (0)