Skip to content

Commit 0b24c60

Browse files
authored
Merge pull request #4 from ggeerraarrdd/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5
2 parents d32ffb4 + 5ba4afe commit 0b24c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Test python API
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: actions/setup-python@v2
11+
- uses: actions/setup-python@v5
1212
with:
1313
python-version: '3.12'
1414
- name: Install requirements

0 commit comments

Comments
 (0)