diff --git a/.forgejo/workflows/validate-helm-render.yaml b/.forgejo/workflows/validate-helm-render.yaml index 3e7a87e..a59d8da 100644 --- a/.forgejo/workflows/validate-helm-render.yaml +++ b/.forgejo/workflows/validate-helm-render.yaml @@ -10,6 +10,6 @@ jobs: image: library/alpine steps: - run: apk add --no-cache nodejs git helm kubectl bash - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: ./helm/render-all.sh - run: git diff --exit-code