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.
2 parents 8def3c4 + 16c76c4 commit 7c66c81Copy full SHA for 7c66c81
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
- name: Set up Python 3.x
15
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
16
with:
17
python-version: 3.x
18
- name: Install dependencies
@@ -64,7 +64,7 @@ jobs:
64
- name: Checkout
65
uses: actions/checkout@v5
66
67
68
69
70
- name: Install Ubuntu dependencies
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
102
0 commit comments