We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfafacf commit e5eea3dCopy full SHA for e5eea3d
.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@v4
+ uses: actions/checkout@v5
20
21
- name: Run helm template and lint
22
env:
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
- uses: actions/checkout@v4.2.2
27
with:
28
fetch-depth: '2'
29
0 commit comments