Skip to content

Commit 531b513

Browse files
authored
Merge pull request #106 from zeridon/renovate/actions-setup-python-5.x
chore(deps): update actions/setup-python action to v5.2.0
2 parents 9eec55c + ad8bb61 commit 531b513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit-update.yml

+1-1
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@v5.1.1
14+
uses: actions/setup-python@v5.2.0
1515
with:
1616
python-version: "3.x"
1717

0 commit comments

Comments
 (0)