Skip to content

Commit 56c5d33

Browse files
authored
Merge pull request #81 from Misiu/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5.3.0
2 parents 2a27c92 + 6a30655 commit 56c5d33

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)