浏览代码

Upgrade bb - it's been awhile

Gabriel Horner 2 年之前
父节点
当前提交
6bb805918a
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/db.yml
  3. 1 1
      .github/workflows/e2e.yml
  4. 1 1
      .github/workflows/graph-parser.yml

+ 1 - 1
.github/workflows/build.yml

@@ -17,7 +17,7 @@ env:
   JAVA_VERSION: '8'
   # This is the latest node version we can run.
   NODE_VERSION: '16'
-  BABASHKA_VERSION: '0.8.1'
+  BABASHKA_VERSION: '1.0.168'
 
 jobs:
 

+ 1 - 1
.github/workflows/db.yml

@@ -25,7 +25,7 @@ env:
   JAVA_VERSION: '8'
   # This is the latest node version we can run.
   NODE_VERSION: '16'
-  BABASHKA_VERSION: '0.8.156'
+  BABASHKA_VERSION: '1.0.168'
 
 jobs:
   test:

+ 1 - 1
.github/workflows/e2e.yml

@@ -21,7 +21,7 @@ env:
   JAVA_VERSION: '8'
   # This is the latest node version we can run.
   NODE_VERSION: '16'
-  BABASHKA_VERSION: '0.8.1'
+  BABASHKA_VERSION: '1.0.168'
 
 jobs:
   e2e-test-build:

+ 1 - 1
.github/workflows/graph-parser.yml

@@ -29,7 +29,7 @@ env:
   JAVA_VERSION: '8'
   # This is the latest node version we can run.
   NODE_VERSION: '16'
-  BABASHKA_VERSION: '0.8.156'
+  BABASHKA_VERSION: '1.0.168'
 
 jobs:
   test: