Skip to content

Commit

Permalink
chore: github-actions: Bump bats-core/bats-action from 1.5.5 to 1.5.6 (
Browse files Browse the repository at this point in the history
…#471)

Bumps [bats-core/bats-action](https://github.com/bats-core/bats-action)
from 1.5.5 to 1.5.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bats-core/bats-action/releases">bats-core/bats-action's
releases</a>.</em></p>
<blockquote>
<h2>1.5.6</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>🏕 Features</h3>
<ul>
<li>chore: update detik to 1.3.0 by <a
href="https://github.com/brokenpip3"><code>@​brokenpip3</code></a> in <a
href="https://redirect.github.com/bats-core/bats-action/pull/3">bats-core/bats-action#3</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/bats-core/bats-action/compare/1.5.5...1.5.6">https://github.com/bats-core/bats-action/compare/1.5.5...1.5.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bats-core/bats-action/commit/0ae349dad1aa69308725a48b91b5d6ca647040bc"><code>0ae349d</code></a>
Merge pull request <a
href="https://redirect.github.com/bats-core/bats-action/issues/3">#3</a>
from bats-core/detik-1.3.0</li>
<li><a
href="https://github.com/bats-core/bats-action/commit/e28687b52387d88acbd199216d8f65e00e40881a"><code>e28687b</code></a>
update detik to 1.3.0</li>
<li>See full diff in <a
href="https://github.com/bats-core/bats-action/compare/1.5.5...1.5.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bats-core/bats-action&package-manager=github_actions&previous-version=1.5.5&new-version=1.5.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent abf1a08 commit 389215f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
poetry install
- name: Install BATS for e2e tests
uses: bats-core/[email protected].5
uses: bats-core/[email protected].6
with:
support-path: ${{ github.workspace }}/bats-core/bats-support
assert-path: ${{ github.workspace }}/bats-core/bats-assert
Expand Down

0 comments on commit 389215f

Please sign in to comment.