Skip to content

Commit 8ff8e25

Browse files
authored
ci: bump actions off deprecated Node.js 12/16 runtimes (#304)
1 parent 47f0c0e commit 8ff8e25

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |
@@ -94,7 +94,7 @@ jobs:
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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

0 commit comments

Comments
 (0)