1+ ---
12name : " Testing"
23
34on :
@@ -14,10 +15,12 @@ jobs:
1415 runs-on : ubuntu-latest
1516 steps :
1617 - name : Checkout
17- uses : actions/checkout@v2
18+ uses : actions/checkout@v6
19+ with :
20+ fetch-depth : 0
1821
1922 - name : Lint
20- uses : github/super-linter@v4
23+ uses : github/super-linter@v5
2124 env :
2225 FILTER_REGEX_EXCLUDE : .*testdata/.*
2326 VALIDATE_ALL_CODEBASE : false
@@ -30,37 +33,37 @@ jobs:
3033 runs-on : ubuntu-latest
3134 steps :
3235 - name : Checkout
33- uses : actions/checkout@v2
36+ uses : actions/checkout@v6
3437
3538 - name : Build Docker image
36- uses : docker/build-push-action@v2
39+ uses : docker/build-push-action@v6
3740 with :
3841 tags : hellofresh/kangal-ghz:local
3942 push : false
4043
4144 - name : Build dummy gRPC server Docker image
42- uses : docker/build-push-action@v2
45+ uses : docker/build-push-action@v6
4346 with :
4447 tags : greeter_server:local
4548 file : ./testdata/Dockerfile
4649 context : ./testdata
4750 push : false
4851
4952 - name : Setup Kind
50- uses : engineerd/setup-kind@v0.5.0
53+ uses : engineerd/setup-kind@v0.6.2
5154 with :
5255 version : " v0.11.1"
5356
5457 - name : Set up Helm
55- uses : azure/setup-helm@v1
58+ uses : azure/setup-helm@v4
5659 with :
5760 version : v3.4.0
5861
5962 - name : Load docker images into kind cluster
6063 run : |
6164 kind load docker-image greeter_server:local
6265 kind load docker-image hellofresh/kangal-ghz:local
63-
66+
6467 - name : Kangal Integration Tests
6568 run : |
6669 ./ci/integration-tests.sh
0 commit comments