Skip to content

Commit 34b99d2

Browse files
authored
Merge pull request #41 from ggeerraarrdd/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5
2 parents 9b8fde4 + 788c140 commit 34b99d2

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.10'
1414
- name: Install requirements

0 commit comments

Comments
 (0)