From b6c10bebdd64046d5207bdc0d8bb4218b6f648e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 08:01:10 +0000 Subject: [PATCH] Update bats-core/bats-action action to v3.0.1 --- .github/workflows/version-base-build-test.yml | 2 +- .github/workflows/version-devcontainer-build-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version-base-build-test.yml b/.github/workflows/version-base-build-test.yml index 5020b72..8ea8d8e 100644 --- a/.github/workflows/version-base-build-test.yml +++ b/.github/workflows/version-base-build-test.yml @@ -61,7 +61,7 @@ jobs: tags: ${{ env.TAG }} - name: Setup Bats and Bats libs - uses: bats-core/bats-action@3.0.0 + uses: bats-core/bats-action@3.0.1 with: bats-version: 1.10.0 support-version: 0.3.0 diff --git a/.github/workflows/version-devcontainer-build-test.yml b/.github/workflows/version-devcontainer-build-test.yml index 5a96854..5d452ea 100644 --- a/.github/workflows/version-devcontainer-build-test.yml +++ b/.github/workflows/version-devcontainer-build-test.yml @@ -56,7 +56,7 @@ jobs: base-tag: ${{ env.BASE_TAG }} - name: Setup Bats and Bats libs - uses: bats-core/bats-action@3.0.0 + uses: bats-core/bats-action@3.0.1 with: bats-version: 1.10.0 support-version: 0.3.0