Skip to content

Commit d43e337

Browse files
authored
Merge pull request #42 from codelicia/renovate/actions-setup-python-5.x
chore(deps): update actions/setup-python action to v5
2 parents 004e952 + dd7fc08 commit d43e337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: Set up Python
14-
uses: actions/setup-python@v4
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: 3.11
1717

0 commit comments

Comments
 (0)