Skip to content

Commit a3ee1c9

Browse files
authored
Merge pull request #113 from zeridon/renovate/actions-setup-python-5.x
chore(deps): update actions/setup-python action to v5.3.0
2 parents 4b25aa3 + 673515a commit a3ee1c9

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

0 commit comments

Comments
 (0)