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 eca97d0 commit 1dee3b3Copy full SHA for 1dee3b3
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v6
17
18
- name: Set up Python
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
with:
21
python-version: '3.14'
22
@@ -44,7 +44,7 @@ jobs:
44
ref: ${{ github.head_ref || github.ref }}
45
46
47
48
49
50
0 commit comments