We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eca97d0 + 1dee3b3 commit 50d98f0Copy full SHA for 50d98f0
1 file changed
.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