From e4a664ab7e0a629b295c63284bc4ccd387f25f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 22:21:26 +0000 Subject: [PATCH] chore(deps): Bump bats-core/bats-action from 2.0.0 to 3.0.1 Bumps [bats-core/bats-action](https://github.com/bats-core/bats-action) from 2.0.0 to 3.0.1. - [Release notes](https://github.com/bats-core/bats-action/releases) - [Commits](https://github.com/bats-core/bats-action/compare/2.0.0...3.0.1) --- updated-dependencies: - dependency-name: bats-core/bats-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 902807b..80d80df 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Bats and bats libs - uses: bats-core/bats-action@2.0.0 + uses: bats-core/bats-action@3.0.1 with: support-path: ${{ github.workspace }}/test/bats/lib/bats-support assert-path: ${{ github.workspace }}/test/bats/lib/bats-assert @@ -175,7 +175,7 @@ jobs: run: make build - name: Setup Bats and bats libs - uses: bats-core/bats-action@2.0.0 + uses: bats-core/bats-action@3.0.1 with: support-path: ${{ github.workspace }}/test/bats/lib/bats-support assert-path: ${{ github.workspace }}/test/bats/lib/bats-assert