We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cbc54 commit 36cb0b0Copy full SHA for 36cb0b0
.github/workflows/pre-commit.yml
@@ -19,7 +19,7 @@ jobs:
19
ref: ${{github.event.pull_request.head.sha}}
20
repository: ${{github.event.pull_request.head.repo.full_name}}
21
- name: Set up Python
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: "3.10"
25
- name: Run pre-commit checks on PR
0 commit comments