Skip to content

Commit 3a5d164

Browse files
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da488bc commit 3a5d164

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
steps:
136136
- uses: actions/checkout@v4
137137
- name: Setup Python
138-
uses: actions/setup-python@v5
138+
uses: actions/setup-python@v6
139139
with:
140140
python-version: 3.x
141141
- name: install pytest
@@ -169,7 +169,7 @@ jobs:
169169
- '3.13'
170170
steps:
171171
- uses: actions/checkout@v4
172-
- uses: actions/setup-python@v5
172+
- uses: actions/setup-python@v6
173173
with:
174174
python-version: ${{matrix.python-version}}
175175
allow-prereleases: true

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2626
- name: Set up Python for gcovr
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: 3.12
3030
cache: pip # caching pip dependencies

0 commit comments

Comments
 (0)