chore(deps): update actions/setup-python action to v6.2.0 #95

Merged
Renovate merged 1 commits from renovate/actions-setup-python-6.x into main 2026-05-23 01:04:05 +02:00
Showing only changes of commit 74581f4903 - Show all commits
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: pi runs-on: pi
steps: steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
Review

The pinned SHA a309ff8b426b58ec0e2a45f0f869d46889d02405 is for version v5.0.0. If the intent is to upgrade to v6.2.0, the SHA should be updated to 0b92565e3e2883017a57b326fb520857793b5168. Currently, the comment and the pinned SHA are out of sync.

The pinned SHA `a309ff8b426b58ec0e2a45f0f869d46889d02405` is for version `v5.0.0`. If the intent is to upgrade to `v6.2.0`, the SHA should be updated to `0b92565e3e2883017a57b326fb520857793b5168`. Currently, the comment and the pinned SHA are out of sync.
- run: pip install pre-commit - run: pip install pre-commit
shell: bash shell: bash
- name: Pre Commit - name: Pre Commit