From 0e13bace725e38fdefb7dc6177c36817a70a12cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:31:55 +0000 Subject: [PATCH] Bump bats-core/bats-action from 3.0.1 to 4.0.0 Bumps [bats-core/bats-action](https://github.com/bats-core/bats-action) from 3.0.1 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.1...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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64a7d31..b430081 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: with: submodules: true - name: Setup Bats and bats libs - uses: bats-core/bats-action@3.0.1 + uses: bats-core/bats-action@4.0.0 - name: Test run: bats test/test.bats - name: Push README to Dockerhub