From 13ca90a6dc773170420cfce1f03f36258e3b4675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:28:08 +0000 Subject: [PATCH] chore(deps): Bump bats-core/bats-action from 2.0.0 to 3.0.0 Bumps [bats-core/bats-action](https://github.com/bats-core/bats-action) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/bats-core/bats-action/releases) - [Commits](https://github.com/bats-core/bats-action/compare/2.0.0...3.0.0) --- updated-dependencies: - dependency-name: bats-core/bats-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 68bafd7..9c2a041 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -89,7 +89,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.0 with: support-path: ${{ github.workspace }}/test/bats/lib/bats-support assert-path: ${{ github.workspace }}/test/bats/lib/bats-assert