Skip to content

Commit

Permalink
Merge pull request #24482 from redpanda-data/upgrade-setup-python
Browse files Browse the repository at this point in the history
gha: use setup-python v5
  • Loading branch information
andrewhsu authored Dec 6, 2024
2 parents 105b76e + 4713734 commit 61b3215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render-pr-body-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
curl -s -S -f -L -o rpchangelog/requirements.txt https://vectorized-public.s3.us-west-2.amazonaws.com/rpchangelog/requirements.txt
curl -s -S -f -L -o rpchangelog/rpchangelog.py https://vectorized-public.s3.us-west-2.amazonaws.com/rpchangelog/rpchangelog.py
chmod +x rpchangelog/rpchangelog.py
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
Expand Down

0 comments on commit 61b3215

Please sign in to comment.