Skip to content

Commit 6a30655

Browse files
Update actions/setup-python action to v5.3.0
1 parent 2a27c92 commit 6a30655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_and_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: Check style formatting
3636
steps:
3737
- uses: "actions/[email protected]"
38-
- uses: "actions/setup-python@v5.1.0"
38+
- uses: "actions/setup-python@v5.3.0"
3939
with:
4040
python-version: "3.x"
4141
- run: python3 -m pip install black

0 commit comments

Comments
 (0)