Skip to content

Commit 631a6aa

Browse files
Bump actions/setup-python from 5.2.0 to 5.3.0 (#89)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da7d379 commit 631a6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
override: true
2929
components: rustfmt, clippy
3030
- name: Set up Python
31-
uses: actions/setup-python@v5.2.0
31+
uses: actions/setup-python@v5.3.0
3232
with:
3333
python-version: "3.x"
3434
- name: Run pre-commit

0 commit comments

Comments
 (0)