Skip to content

Commit 50532e7

Browse files
committed
Use actions/setup-python@v4 instead of v3
1 parent 655a7d0 commit 50532e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "\n"
5555
echo "::debug::---end"
5656
- name: Set up Python ${{ matrix.python-version }}
57-
uses: actions/setup-python@v3
57+
uses: actions/setup-python@v4
5858
with:
5959
python-version: 3.8
6060
cache: 'pip'

0 commit comments

Comments
 (0)