Skip to content

Commit be03758

Browse files
committed
Fix derpecation of actions/cache GH action
1 parent aa3e93e commit be03758

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
@@ -29,7 +29,7 @@ jobs:
2929
distribution: 'temurin'
3030

3131
- name: Cache SonarQube packages
32-
uses: actions/cache@v4.1.2
32+
uses: actions/cache@v4
3333
with:
3434
path: ~/.sonar/cache
3535
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)