Skip to content

Commit fd3e92b

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 a740121 commit fd3e92b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-rocm-wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
fetch-depth: 0 # Fetch full history for correct version detection
117117
- name: Set up Python
118-
uses: actions/setup-python@v5
118+
uses: actions/setup-python@v6
119119
with:
120120
python-version: ${{ github.event.inputs.python_version }}
121121
- name: Install pip-tools
@@ -309,7 +309,7 @@ jobs:
309309
run-id: ${{ github.event.inputs.previous_run_id }}
310310
github-token: ${{ secrets.GITHUB_TOKEN }}
311311
- name: Set up Python
312-
uses: actions/setup-python@v5
312+
uses: actions/setup-python@v6
313313
with:
314314
python-version: ${{ github.event.inputs.python_version }}
315315
- name: Install dependencies

.github/workflows/cleanup_pr_body.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
19+
uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923 # v6.0.0
2020
with:
2121
python-version: '3.12'
2222

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
20+
- uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923 # v6.0.0
2121
with:
2222
python-version: "3.12"
2323
- run: echo "::add-matcher::.github/workflows/matchers/actionlint.json"

0 commit comments

Comments
 (0)