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 77311c0 commit 5a1af91Copy full SHA for 5a1af91
.github/workflows/lint-test.yaml
@@ -14,7 +14,7 @@ jobs:
14
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
15
# yamllint (https://github.com/adrienverge/yamllint) which requires Python
16
- name: Set up Python
17
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
18
with:
19
python-version: '3.13'
20
check-latest: true
0 commit comments