Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python-format/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.13.3
python-version: 3.13.7
- run: python3 -m pip install --upgrade pip
- run: python3 -m pip install black==24.1.1
- id: python-files-found
Expand Down
2 changes: 1 addition & 1 deletion python-lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.13.3
python-version: 3.13.7
- run: python3 -m pip install --upgrade pip
- run: python3 -m pip install ruff==0.1.15
- run: ruff --respect-gitignore $GITHUB_WORKSPACE # ruff automatically finds python files
Loading