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 c23e8cd + e3a19ae commit a6e1386Copy full SHA for a6e1386
.github/workflows/lint.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Set up Python
17
id: python
18
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
19
with:
20
python-version: "3.11"
21
cache: pip
.github/workflows/test.yaml
@@ -60,7 +60,7 @@ jobs:
60
uses: actions/checkout@v5
61
62
63
64
65
66
0 commit comments