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 db357b8 commit 891d499Copy full SHA for 891d499
.github/workflows/chart.yml
@@ -35,7 +35,7 @@ jobs:
35
# ct lint requires Python 3.x to run following packages:
36
# - yamale (https://github.com/23andMe/Yamale)
37
# - yamllint (https://github.com/adrienverge/yamllint)
38
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
39
with:
40
python-version: '3.x'
41
.github/workflows/pages.yml
@@ -19,7 +19,7 @@ jobs:
19
20
fetch-depth: 0
21
22
23
24
python-version: 3.x
25
0 commit comments