From de290f57b591b90aa265b72dc71378ee0141a93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:35:41 +0000 Subject: [PATCH] chore(deps): bump bats-core/bats-action Bumps [bats-core/bats-action](https://github.com/bats-core/bats-action) from a466facb3c843466940afd8e88b7e7308ab84c93 to 5932fdb286546c341f42697911602d4f1aab2b6e. - [Release notes](https://github.com/bats-core/bats-action/releases) - [Commits](https://github.com/bats-core/bats-action/compare/a466facb3c843466940afd8e88b7e7308ab84c93...5932fdb286546c341f42697911602d4f1aab2b6e) --- updated-dependencies: - dependency-name: bats-core/bats-action dependency-type: direct:production ... 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 5d55a7cc..e4b4494f 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@a466facb3c843466940afd8e88b7e7308ab84c93 + uses: bats-core/bats-action@5932fdb286546c341f42697911602d4f1aab2b6e - name: Update submodules run: git submodule update --init