From 5ac9e540d458dcc30f3f6c68fb6ea64757ffc7fb Mon Sep 17 00:00:00 2001 From: Zach Butler Date: Mon, 12 Feb 2024 16:01:40 -0500 Subject: [PATCH] Show bashate version in-use --- .github/workflows/deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deps.sh b/.github/workflows/deps.sh index b0f4f72..d853f99 100755 --- a/.github/workflows/deps.sh +++ b/.github/workflows/deps.sh @@ -28,6 +28,7 @@ source /etc/os-release echo "$NAME $VERSION" ee uname -r ee bash --version +ee "apt-cache show python3-bashate | grep Version | cut -d ' ' -f 2" || : ee bats --version ee bpkg --version ee curl --version