From 2e15995a7799b5ee733635231249b6e2e8cfe6a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:29:14 +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 3b6fd9e3d70ab0587e754b8b6c8aa9c2e6f61d02. - [Release notes](https://github.com/bats-core/bats-action/releases) - [Commits](https://github.com/bats-core/bats-action/compare/a466facb3c843466940afd8e88b7e7308ab84c93...3b6fd9e3d70ab0587e754b8b6c8aa9c2e6f61d02) --- 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..646a4dc2 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@3b6fd9e3d70ab0587e754b8b6c8aa9c2e6f61d02 - name: Update submodules run: git submodule update --init