Skip to content

Commit abcc156

Browse files
committed
Update to setup-python v4. Fixes jaraco/skeleton#65.
1 parent c64902b commit abcc156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Setup Python
21-
uses: actions/setup-python@v3
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: ${{ matrix.python }}-dev
2424
- name: Install tox

0 commit comments

Comments
 (0)