diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index bdfd56d..e0e6d73 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Bats and bats libs id: setup-bats - uses: bats-core/bats-action@3.0.0 + uses: bats-core/bats-action@4.0.0 with: bats-install: true bats-version: 1.10.0 diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index b4c0aab..56da707 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -161,7 +161,7 @@ jobs: - name: Setup Bats and bats libs id: setup-bats - uses: bats-core/bats-action@3.0.0 + uses: bats-core/bats-action@4.0.0 with: bats-install: true bats-version: 1.10.0