chore: bump to latest bb (#12398)

Also bump related setup-clojure action
This commit is contained in:
Gabriel Horner
2026-02-17 09:10:36 -05:00
committed by GitHub
parent 3d88cd1fd6
commit 9bac0416a4
17 changed files with 40 additions and 40 deletions

View File

@@ -22,7 +22,7 @@ env:
CLOJURE_VERSION: '1.11.1.1413'
# This is the latest node version we can run.
NODE_VERSION: '22'
BABASHKA_VERSION: '1.0.168'
BABASHKA_VERSION: '1.12.215'
jobs:
build:
@@ -42,7 +42,7 @@ jobs:
yarn.lock
- name: Set up Clojure
uses: DeLaGuardo/setup-clojure@10.1
uses: DeLaGuardo/setup-clojure@13.5
with:
cli: ${{ env.CLOJURE_VERSION }}
bb: ${{ env.BABASHKA_VERSION }}
@@ -107,7 +107,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
- name: Set up Clojure
uses: DeLaGuardo/setup-clojure@10.1
uses: DeLaGuardo/setup-clojure@13.5
with:
cli: ${{ env.CLOJURE_VERSION }}
bb: ${{ env.BABASHKA_VERSION }}