From 05a1649a87782ca7d7d9553c1f411db2030c1277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:24:14 +0000 Subject: [PATCH] chore(deps): bump bats-core/bats-action from 2.1.1 to 3.0.0 Bumps [bats-core/bats-action](https://github.com/bats-core/bats-action) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/bats-core/bats-action/releases) - [Commits](https://github.com/bats-core/bats-action/compare/3b6fd9e3d70ab0587e754b8b6c8aa9c2e6f61d02...2104b40bb7b6c2d5110b23a26b0bf265ab8027db) --- 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/_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_template.yml b/.github/workflows/_template.yml index 646a4dc2..2f3b1613 100644 --- a/.github/workflows/_template.yml +++ b/.github/workflows/_template.yml @@ -29,7 +29,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 - name: Setup BATS - uses: bats-core/bats-action@3b6fd9e3d70ab0587e754b8b6c8aa9c2e6f61d02 + uses: bats-core/bats-action@2104b40bb7b6c2d5110b23a26b0bf265ab8027db - name: Update submodules run: git submodule update --init