From 2f2818559de8b727e85c50acf78c520d586c3abe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 03:35:43 +0000 Subject: [PATCH] chore: github-actions: Bump bats-core/bats-action from 1.5.6 to 2.0.0 Bumps [bats-core/bats-action](https://github.com/bats-core/bats-action) from 1.5.6 to 2.0.0. - [Release notes](https://github.com/bats-core/bats-action/releases) - [Commits](https://github.com/bats-core/bats-action/compare/1.5.6...2.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/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index d15ea190..29aebce9 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -66,7 +66,7 @@ jobs: poetry install - name: Install BATS for e2e tests - uses: bats-core/bats-action@1.5.6 + uses: bats-core/bats-action@2.0.0 with: support-path: ${{ github.workspace }}/bats-core/bats-support assert-path: ${{ github.workspace }}/bats-core/bats-assert