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 b26e006 commit a688579Copy full SHA for a688579
.github/workflows/lint-test.yml
@@ -20,7 +20,7 @@ jobs:
20
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
21
# yamllint (https://github.com/adrienverge/yamllint) which require Python
22
- name: Set up Python
23
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
24
with:
25
python-version: 3.7
26
0 commit comments