From 68efa3a40d984960fd0bcf9299956425904accaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:39:34 +0000 Subject: [PATCH] chore(deps): bump bats-core/bats-action from 1.5.4 to 1.5.5 Bumps [bats-core/bats-action](https://github.com/bats-core/bats-action) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/bats-core/bats-action/releases) - [Commits](https://github.com/bats-core/bats-action/compare/1.5.4...1.5.5) --- 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 3b99a4b8..b55d34cd 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.4 + uses: bats-core/bats-action@1.5.5 - name: Update submodules run: git submodule update --init