Skip to content

Commit 71d0ac2

Browse files
Bump actions/setup-python from 5.1.1 to 5.2.0 (#84)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d9f526 commit 71d0ac2

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.1.1
31+
uses: actions/setup-python@v5.2.0
3232
with:
3333
python-version: "3.x"
3434
- name: Run pre-commit

0 commit comments

Comments
 (0)