Skip to content

Commit 9af1f29

Browse files
Bump actions/setup-python from 5 to 6 (#723)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b9912d commit 9af1f29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
fetch-depth: 0
3838

39-
- uses: actions/setup-python@v5
39+
- uses: actions/setup-python@v6
4040
with: { python-version: "3.8" }
4141

4242
- name: get conan
@@ -223,7 +223,7 @@ jobs:
223223
with:
224224
submodules: true
225225

226-
- uses: actions/setup-python@v5
226+
- uses: actions/setup-python@v6
227227
with: { python-version: "3.8" }
228228

229229
- uses: ssciwr/doxygen-install@v1

0 commit comments

Comments
 (0)