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 af4df3b commit f4fd27cCopy full SHA for f4fd27c
.github/workflows/lint-test.yaml
@@ -19,7 +19,7 @@ jobs:
19
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
20
# yamllint (https://github.com/adrienverge/yamllint) which require Python
21
- name: Set up Python
22
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
23
with:
24
python-version: 3.x
25
0 commit comments