소스 검색

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: