Skip to content

Commit 492bec3

Browse files
authored
Merge pull request #527 from shargon/patch-1
Fix build.yml
2 parents 2b3f4dd + d7d6775 commit 492bec3

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)