Skip to content

Commit d0f9780

Browse files
authored
Upgrade github action to v3
1 parent 53b455e commit d0f9780

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
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
pip install gcovr==5.0 # 5.1 is not supported
2626
- name: Install sonar-scanner and build-wrapper
27-
uses: SonarSource/sonarcloud-github-c-cpp@v2
27+
uses: sonarsource/sonarcloud-github-c-cpp@v3
2828
- name: Run build-wrapper
2929
run: |
3030
mkdir build

0 commit comments

Comments
 (0)