Skip to content

Commit e33af0b

Browse files
authoredJan 8, 2025··
Chore: try setup-python@v5 in the publish job (#4582)
1 parent 5aa00f0 commit e33af0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
4949
steps:
5050
- uses: actions/checkout@v3
51-
- uses: actions/setup-python@v4
51+
- uses: actions/setup-python@v5
5252
with:
5353
python-version: '3.13'
5454
architecture: ${{ matrix.python-architecture || 'x64' }}

0 commit comments

Comments
 (0)
Please sign in to comment.