Skip to content

Commit da74aa7

Browse files
Bump actions/cache from 4 to 5 (#151)
1 parent a5a3b95 commit da74aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v6
2323

2424
- name: Cache SonarQube packages
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: ~/.sonar/cache
2828
key: ${{ runner.os }}-java-${{ matrix.java }}-sonar

0 commit comments

Comments
 (0)