Skip to content

Commit f95ae23

Browse files
authored
Merge pull request #19 from hexlet-boilerplates/dependabot/github_actions/actions-major-5df787965d
Bump the actions-major group with 3 updates
2 parents 418b4f9 + de11d28 commit f95ae23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pyci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- name: Set up Python
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
1515
python-version: '3.12'
1616
# make depends on uv
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
make test-coverage
2727
- name: SonarQubeScan
28-
uses: SonarSource/sonarqube-scan-action@v5
28+
uses: SonarSource/sonarqube-scan-action@v6
2929
env:
3030
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3131
with:

0 commit comments

Comments
 (0)