Skip to content

Commit

Permalink
Use v0.1.7 in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Sep 16, 2024
1 parent 479b6a8 commit 5a921ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Get Bant
run: |
# TODO: provide this as action where we simply say with version=...
VERSION="v0.1.6"
VERSION="v0.1.7"
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"
Expand Down

0 comments on commit 5a921ba

Please sign in to comment.