Skip to content

Commit efcefdc

Browse files
committed
ci: update actions/setup-python to v5
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 2b2790e commit efcefdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@v1
24+
uses: actions/setup-python@v5
2525

2626
- name: Install mypy
2727
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Set up target Python
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python }}
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v2
29+
uses: actions/setup-python@v5
3030

3131
- name: Install nox
3232
run: |

0 commit comments

Comments
 (0)