Skip to content

Commit 725b922

Browse files
dependabot[bot]UltralyticsAssistantglenn-jocher
authored
Bump actions/setup-python from 5 to 6 in /.github/workflows (#13660)
* Bump actions/setup-python from 5 to 6 in /.github/workflows 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] <[email protected]> * Auto-format by https://ultralytics.com/actions --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: UltralyticsAssistant <[email protected]> Co-authored-by: Glenn Jocher <[email protected]>
1 parent a786d12 commit 725b922

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
model: [yolov5n]
2828
steps:
2929
- uses: actions/checkout@v5
30-
- uses: actions/setup-python@v5
30+
- uses: actions/setup-python@v6
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
- uses: astral-sh/setup-uv@v6
@@ -65,7 +65,7 @@ jobs:
6565
torch: "1.8.0" # min torch version CI https://pypi.org/project/torchvision/
6666
steps:
6767
- uses: actions/checkout@v5
68-
- uses: actions/setup-python@v5
68+
- uses: actions/setup-python@v6
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171
- uses: astral-sh/setup-uv@v6

.github/workflows/merge-main-into-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
23-
- uses: actions/setup-python@v5
23+
- uses: actions/setup-python@v6
2424
with:
2525
python-version: "3.x"
2626
cache: "pip"

0 commit comments

Comments
 (0)