diff --git a/.github/workflows/distribution-audit.yml b/.github/workflows/distribution-audit.yml index 949df68..61d6978 100644 --- a/.github/workflows/distribution-audit.yml +++ b/.github/workflows/distribution-audit.yml @@ -25,7 +25,7 @@ jobs: - name: Install kubeatlas CLI env: - KUBEATLAS_VERSION: v1.5.0 + KUBEATLAS_VERSION: v1.5.1 run: | set -euo pipefail semver="${KUBEATLAS_VERSION#v}" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03f6794..5cf5e07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -134,7 +134,7 @@ jobs: - uses: actions/checkout@v7 - name: Install kubeatlas CLI env: - KUBEATLAS_VERSION: v1.5.0 + KUBEATLAS_VERSION: v1.5.1 run: | set -euo pipefail semver="${KUBEATLAS_VERSION#v}"