Skip to content

Commit 9ac0d6a

Browse files
authored
Update sonar.yaml
1 parent e23923e commit 9ac0d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository
1313
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-python@v2.1.4
19+
- uses: actions/setup-python@v5
2020
with:
2121
python-version: 3.9
2222

0 commit comments

Comments
 (0)