From 68c86a6fdf3db4628fae5853b58fa09be4360a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:53:32 +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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 860384b2..d0f3be1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Setup Bats and bats libs id: setup-bats - uses: bats-core/bats-action@3.0.1 + uses: bats-core/bats-action@4.0.0 - name: Install Ruby dependencies run: bundle update --bundler && bundle install - name: Run unittests