chore(deps): update actions/checkout action to v4
All checks were successful
/ render-helm (push) Successful in 19s
All checks were successful
/ render-helm (push) Successful in 19s
This commit is contained in:
parent
375d7b2b4f
commit
eae6bccbd3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue