Skip to content

Commit 58987ce

Browse files
Bump actions/setup-python from 5.3.0 to 5.4.0 (#90)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 631a6aa commit 58987ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
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.3.0
31+
uses: actions/setup-python@v5.4.0
3232
with:
3333
python-version: "3.x"
3434
- name: Run pre-commit

0 commit comments

Comments
 (0)