We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e931785 commit 6e645faCopy full SHA for 6e645fa
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
python-version: ["3.12"]
15
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
- name: Set up Python ${{ matrix.python-version }}
19
uses: actions/setup-python@v6
20
with:
.github/workflows/pytest.yml
python-version: ["3.10", "3.11", "3.12"]
0 commit comments