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 ac44c58 commit 90b5d49Copy full SHA for 90b5d49
.github/workflows/lint-charts.yaml
@@ -17,7 +17,7 @@ jobs:
17
version: v3.14.4
18
19
#Python is required because ct lint runs Yamale and yamllint which require Python.
20
- - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+ - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
21
with:
22
python-version: '3.13'
23
.github/workflows/release.yaml
@@ -121,7 +121,7 @@ jobs:
121
fetch-depth: 0
122
123
- name: Set up Python
124
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
125
126
python-version: 3.x
127
cache: pip
0 commit comments