From a3a8565713c8a14593fb3f8a2edcfce46ed7c256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:17:55 +0000 Subject: [PATCH] ci(deps): 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/2104b40bb7b6c2d5110b23a26b0bf265ab8027db...77d6fb60505b4d0d1d73e48bd035b55074bbfb43) --- 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 d1f9727..d37dd8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -296,7 +296,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup BATS with libraries - uses: bats-core/bats-action@2104b40bb7b6c2d5110b23a26b0bf265ab8027db # 3.0.0 + uses: bats-core/bats-action@77d6fb60505b4d0d1d73e48bd035b55074bbfb43 # 4.0.0 with: support-install: true assert-install: true