From 8bb38b38a58e13389a6c16a4275e0827fed605d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 05:36:35 +0000 Subject: [PATCH] chore(deps): update bats-core/bats-action action to v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9baecd0..bda33a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: with: github-app-id: ${{ vars.FRECKLE_AUTOMATION_APP_ID }} github-private-key: ${{ secrets.FRECKLE_AUTOMATION_PRIVATE_KEY }} - - uses: bats-core/bats-action@3.0.1 + - uses: bats-core/bats-action@4.0.0 with: support-path: /usr/lib/bats/bats-support assert-path: /usr/lib/bats/bats-assert @@ -69,7 +69,7 @@ jobs: no-validate: "1" stackctl-version: "1.4.0.0" fetch-platform-yaml: false - - uses: bats-core/bats-action@3.0.1 + - uses: bats-core/bats-action@4.0.0 with: support-path: /usr/lib/bats/bats-support assert-path: /usr/lib/bats/bats-assert