diff --git a/.github/workflows/verible-ci.yml b/.github/workflows/verible-ci.yml index f4653709a..c45f8eca5 100644 --- a/.github/workflows/verible-ci.yml +++ b/.github/workflows/verible-ci.yml @@ -155,7 +155,7 @@ jobs: - name: Get Bant run: | # TODO: provide this as action where we simply say with version=... - VERSION="v0.1.3" + VERSION="v0.1.5" STATIC_VERSION="bant-${VERSION}-linux-static-x86_64" wget "https://github.com/hzeller/bant/releases/download/${VERSION}/${STATIC_VERSION}.tar.gz" tar xvzf "${STATIC_VERSION}.tar.gz"