Skip to content

Commit d7d6775

Browse files
authored
Fix build.yml
1 parent 2b3f4dd commit d7d6775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
restore-keys: ${{ runner.os }}-sonar
3131
- name: Cache SonarCloud scanner
3232
id: cache-sonar-scanner
33-
uses: actions/cache@v1
33+
uses: actions/cache@v4
3434
with:
3535
path: .\.sonar\scanner
3636
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)