Skip to content

Commit 0cad154

Browse files
committed
fix deprecation bug in setup-python@v3 by upgrading to v5, reported here: actions/setup-python#1085
1 parent 5f1f6e0 commit 0cad154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919

2020
- name: Set up Python 3.10
21-
uses: actions/setup-python@v3
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: '3.10'
2424
cache: 'pip'

0 commit comments

Comments
 (0)