From 45775fd40a01e1354dbc95cf1a7270a1aca2cb1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:56:14 +0000 Subject: [PATCH] chore(deps): bump bats-core/bats-action Bumps [bats-core/bats-action](https://github.com/bats-core/bats-action) from d10af009fefda8d197ccc8c42d7b6998cc168f87 to 73f0f7d34ec09278ce76030c105fc6a8ddb1d726. - [Release notes](https://github.com/bats-core/bats-action/releases) - [Commits](https://github.com/bats-core/bats-action/compare/d10af009fefda8d197ccc8c42d7b6998cc168f87...73f0f7d34ec09278ce76030c105fc6a8ddb1d726) --- 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 760ff0fd..bbbe75f4 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@d10af009fefda8d197ccc8c42d7b6998cc168f87 + uses: bats-core/bats-action@73f0f7d34ec09278ce76030c105fc6a8ddb1d726 - name: Update submodules run: git submodule update --init