Skip to content

Commit 70dc6c6

Browse files
committed
Use setup-python v4 in Github action
1 parent d726ae7 commit 70dc6c6

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install poetry
2626
run: pipx install poetry
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v3
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
cache: 'poetry'

0 commit comments

Comments
 (0)