File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v4
2727 with :
2828 fetch-depth : 1
2929
3030 - name : Setup Go
31- uses : actions/setup-go@v2
31+ uses : actions/setup-go@v5
3232 with :
3333 go-version : ' 1.25.9'
3434
@@ -39,19 +39,19 @@ jobs:
3939 uses : dtolnay/rust-toolchain@1.72
4040
4141 - name : Setup Node.js
42- uses : actions/setup-node@v2
42+ uses : actions/setup-node@v4
4343 with :
4444 node-version : ' 24'
4545 - run : if [ ! -x "$(command -v yarn)" ]; then npm install -g yarn; fi
4646 - run : yarn node --version
4747
4848 - name : Setup Helm
49- uses : azure/setup-helm@v1
49+ uses : azure/setup-helm@v5
5050 with :
51- version : v3.6.3
51+ version : v3.21.0
5252
5353 - name : Create kind cluster
54- uses : helm/kind-action@v1.2 .0
54+ uses : helm/kind-action@v1.13 .0
5555 with :
5656 cluster_name : " chronograf-testing"
5757 config : .github/workflows/resources/kind-config.yaml
6666 cert-manager jetstack/cert-manager \
6767 --namespace cert-manager \
6868 --create-namespace \
69- --version v1.5.4 \
69+ --version v1.19.5 \
7070 --set prometheus.enabled=false \
7171 --set webhook.timeoutSeconds=30 \
7272 --set installCRDs=true
You can’t perform that action at this time.
0 commit comments