We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9866af commit 8a43b3aCopy full SHA for 8a43b3a
.github/workflows/check_helm.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: hmarr/debug-action@v3.0.0
17
18
- name: Checkout
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
21
- name: Run helm template and lint
22
env:
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
with:
28
fetch-depth: '2'
29
0 commit comments