Skip to content

Commit d518ebb

Browse files
use latest version of setup python
1 parent a2264a6 commit d518ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# https://github.com/marketplace/actions/setup-python
1616
# ^-- This gives info on matrix testing.
1717
- name: Install Python
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v4
1919
with:
2020
python-version: "3.11"
2121
# I don't know where the "run" thing is documented.

0 commit comments

Comments
 (0)