From 4eea10baa588931ddd1ef3a8e640556df86327a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:59:19 +0000 Subject: [PATCH] chore(deps): bump bats-core/bats-action from 1.5.5 to 1.5.6 Bumps [bats-core/bats-action](https://github.com/bats-core/bats-action) from 1.5.5 to 1.5.6. - [Release notes](https://github.com/bats-core/bats-action/releases) - [Commits](https://github.com/bats-core/bats-action/compare/1.5.5...1.5.6) --- updated-dependencies: - dependency-name: bats-core/bats-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 b55d34cd..be3a56a8 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@1.5.5 + uses: bats-core/bats-action@1.5.6 - name: Update submodules run: git submodule update --init