Skip to content

Commit 6cf63b6

Browse files
authored
Upgrade GitHub Action setup-python (#1103)
1 parent 523c8d5 commit 6cf63b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
persist-credentials: false
3030

31-
- uses: actions/setup-python@v4
31+
- uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python }}
3434

@@ -140,7 +140,7 @@ jobs:
140140
fetch-depth: 0
141141
persist-credentials: false
142142

143-
- uses: actions/setup-python@v4
143+
- uses: actions/setup-python@v5
144144
with:
145145
python-version: '3.12'
146146

0 commit comments

Comments
 (0)