summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-11-16 17:23:50 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-11-20 11:06:34 +0800
commitefd5e1a34a9fb6f6d60e6ab5048e243213c2e889 (patch)
tree1a82c68ba7c6220afd348c2072052f94c92193bc /.github/workflows
parentbump ginkgo version to 2.9.1 (diff)
downloadkubeedge-efd5e1a34a9fb6f6d60e6ab5048e243213c2e889.tar.gz
update ginkgo tool version to v2.9.5
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yaml2
-rw-r--r--.github/workflows/schedule.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index b3733cf4e..28784bc17 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -19,7 +19,7 @@ on:
env:
CONTAINER_RUN_OPTIONS: " "
- GINKGO_VERSION: "v2.6.0"
+ GINKGO_VERSION: "v2.9.5"
jobs:
lint:
diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml
index 9abfbd1fc..243485751 100644
--- a/.github/workflows/schedule.yml
+++ b/.github/workflows/schedule.yml
@@ -7,7 +7,7 @@ on:
env:
CONTAINER_RUN_OPTIONS: " "
- GINKGO_VERSION: "v2.6.0"
+ GINKGO_VERSION: "v2.9.5"
jobs:
lint: