Skip to content

Commit e9f4e5b

Browse files
committed
Use actions/setup-python@v4
1 parent 3b8b0fc commit e9f4e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v3
5050
- name: "Set up Python 3.8"
51-
uses: actions/setup-python@v2
51+
uses: actions/setup-python@v4
5252
with:
5353
python-version: "3.8"
5454
- name: Install dependencies

0 commit comments

Comments
 (0)