From eb403e8ad328f59ea95c27847218fd4ef82c3b43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:52:38 +0000 Subject: [PATCH] Update bats-core/bats-action action to v3 --- .github/workflows/version-base-build-test.yml | 4 ++-- .github/workflows/version-devcontainer-build-test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/version-base-build-test.yml b/.github/workflows/version-base-build-test.yml index c08f229..2fc997b 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@2.0.0 + uses: bats-core/bats-action@3.0.0 with: bats-version: 1.10.0 support-version: 0.3.0 @@ -156,7 +156,7 @@ jobs: load: true - name: Setup Bats and Bats libs - uses: bats-core/bats-action@2.0.0 + uses: bats-core/bats-action@3.0.0 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 2976cec..5a96854 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@2.0.0 + uses: bats-core/bats-action@3.0.0 with: bats-version: 1.10.0 support-version: 0.3.0