Skip to content
Open
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 .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Other workflow still pins setup-python v5.6.0

.github/workflows/_checks.yml:57 still pins actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0, so the repo now uses two different major versions of the action. If this file is excluded from Renovate's scope intentionally, no action needed; otherwise consider aligning the pins so CI environments stay consistent.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

with:
python-version: "3.12"
- name: Install ruff
Expand Down
Loading