chore(deps): update actions/checkout action to v4 #12
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