chore(deps): update actions/checkout action to v4 #12

Merged
finn merged 1 commit from renovate/actions-checkout-4.x into main 2024-09-10 17:01:57 +00:00

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