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
Showing only changes of commit eae6bccbd3 - Show all commits

View file

@ -10,6 +10,6 @@ jobs:
image: library/alpine image: library/alpine
steps: steps:
- run: apk add --no-cache nodejs git helm kubectl bash - run: apk add --no-cache nodejs git helm kubectl bash
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- run: ./helm/render-all.sh - run: ./helm/render-all.sh
- run: git diff --exit-code - run: git diff --exit-code