Skip to content

Commit 4201576

Browse files
authored
Merge pull request #7 from pascalre/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5
2 parents 8a3340c + 0c7f512 commit 4201576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Set up Python
12-
uses: actions/setup-python@v4
12+
uses: actions/setup-python@v5
1313
with:
1414
python-version: "3.x"
1515
env:

0 commit comments

Comments
 (0)