chore(deps): update actions/checkout action to v4
All checks were successful
/ render-helm (push) Successful in 19s

This commit is contained in:
Renovate Bot 2024-09-10 17:01:21 +00:00
parent 375d7b2b4f
commit eae6bccbd3

View file

@ -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