Skip to content

Commit 154609b

Browse files
Update lint-test.yaml
1 parent 4e6c69d commit 154609b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint-test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
with:
2929
version: v3.4.0
3030

31-
- uses: actions/setup-python@v2
31+
- uses: actions/setup-python@v5
3232
with:
33-
python-version: 3.10
33+
python-version: "3.10"
34+
cache: "pip"
3435

3536
- name: Set up chart-testing
3637
uses: helm/[email protected]

0 commit comments

Comments
 (0)