Skip to content

Commit 09f10bf

Browse files
authored
Update python-actions-test.yml
1 parent 68e8299 commit 09f10bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-actions-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v34 with:
32+
uses: actions/setup-python@v4
33+
with:
3334
python-version: ${{ matrix.python-version }}
3435
- name: Display Python version
3536
run: python -c "import sys; print(sys.version)"

0 commit comments

Comments
 (0)