Skip to content

Commit cc71daa

Browse files
andrewhsuclaude
andcommitted
ci: upgrade actions/setup-python to v6
Updates 2 occurrences across 2 workflow files from v5 to v6. v6 runs on Node 24; v5 runs on Node 20 which is being deprecated on GitHub Actions runners. See https://github.com/actions/setup-python/releases/tag/v6.0.0 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5756256 commit cc71daa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-apache-polaris-python-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
repository: 'apache/polaris'
3939
- name: Set up Python 3.11
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
4141
with:
4242
python-version: 3.11
4343
- name: Generate client

.github/workflows/render-pr-body-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
curl -s -S -f -L -o rpchangelog/requirements.txt https://vectorized-public.s3.us-west-2.amazonaws.com/rpchangelog/requirements.txt
2323
curl -s -S -f -L -o rpchangelog/rpchangelog.py https://vectorized-public.s3.us-west-2.amazonaws.com/rpchangelog/rpchangelog.py
2424
chmod +x rpchangelog/rpchangelog.py
25-
- uses: actions/setup-python@v5
25+
- uses: actions/setup-python@v6
2626
with:
2727
python-version: '3.12'
2828
cache: 'pip'

0 commit comments

Comments
 (0)