From e0b8350c8d657fa269fafc3abf876b6427589f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:29:15 +0000 Subject: [PATCH] Bump bats-core/bats-action from 3.0.0 to 4.0.0 Bumps [bats-core/bats-action](https://github.com/bats-core/bats-action) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/bats-core/bats-action/releases) - [Commits](https://github.com/bats-core/bats-action/compare/3.0.0...4.0.0) --- updated-dependencies: - dependency-name: bats-core/bats-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build.yml | 2 +- .github/workflows/docker-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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