File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ jobs:
5757 '
5858
5959 - name : Setup Kubernetes
60- uses : engineerd/setup- kind@v0.5.0
60+ uses : helm/ kind-action@v1
6161 with :
6262 version : v0.22.0
63- image : kindest/node:v1.31.0
63+ node_image : kindest/node:v1.31.0
6464
6565 - name : Test install charts
6666 run : |
9494 --charts charts/gateway --helm-extra-set-args "--set etcd.enabled=true --set apisix.extraEnvVars[0].name=API7_SKIP_FIRST_HEARTBEAT_DEBUG --set-string apisix.extraEnvVars[0].value=true"'
9595
9696 - name : Setup Go
97- uses : actions/setup-go@v4
97+ uses : actions/setup-go@v5
9898 with :
9999 go-version : ' 1.23'
100100
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v4
2222 with :
2323 submodules : recursive
2424 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments