Skip to content

Commit 060fef4

Browse files
committed
Update Python version in workflow file
1 parent fe8de35 commit 060fef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify-action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
actionlint
2929
3030
- name: Install Python
31-
uses: actions/setup-python@v2
31+
uses: actions/setup-python@v5
3232
with:
33-
python-version: '3.x'
33+
python-version: 3.11
3434

3535
- name: Install dependencies
3636
run: |

0 commit comments

Comments
 (0)