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