Skip to content

Commit

Permalink
build(deps): bump Wandalen/wretry.action from 3.4.0 to 3.5.0 (#234)
Browse files Browse the repository at this point in the history
Bumps
[Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from
3.4.0 to 3.5.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Wandalen/wretry.action/commit/6feedb7dedadeb826de0f45ff482b53b379a7844"><code>6feedb7</code></a>
version 3.5.0</li>
<li><a
href="https://github.com/Wandalen/wretry.action/commit/b5ca17cbcf36faa64d9dda4a6aba503387049f02"><code>b5ca17c</code></a>
Merge pull request <a
href="https://redirect.github.com/wandalen/wretry.action/issues/163">#163</a>
from dmvict/master</li>
<li><a
href="https://github.com/Wandalen/wretry.action/commit/82f08e4ccd9a6ccff6c181da0e90d39d5f3dd1e5"><code>82f08e4</code></a>
Add dependency to build script</li>
<li><a
href="https://github.com/Wandalen/wretry.action/commit/c14e35fac1d46061f1ed65e6ace69b7899846a8b"><code>c14e35f</code></a>
Merge pull request <a
href="https://redirect.github.com/wandalen/wretry.action/issues/162">#162</a>
from dmvict/master</li>
<li><a
href="https://github.com/Wandalen/wretry.action/commit/979d4e538d6b22c28000a73ca550281c74436585"><code>979d4e5</code></a>
Synchronize info with <code>Readme</code> of <code>js_action</code>
branch</li>
<li>See full diff in <a
href="https://github.com/wandalen/wretry.action/compare/v3.4.0...v3.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Wandalen/wretry.action&package-manager=github_actions&previous-version=3.4.0&new-version=3.5.0)](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>
  • Loading branch information
sidey79 authored May 18, 2024
2 parents c5a4cb8 + f9ef29b commit 90726b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,13 +300,13 @@ jobs:
L_VCS_URL=${{ github.server_url }}/${{ github.repository }}/
L_AUTHORS=${{ github.server_url }}/${{ github.repository }}/graphs/contributors
- uses: Wandalen/wretry.action@v3.4.0
- uses: Wandalen/wretry.action@v3.5.0
name: Run bats unit and integration tests in bidge network mode
with:
attempt_limit: 3
command: timeout 9m docker run --rm -e GITHUB_RUN_ID=$GITHUB_RUN_ID -v "${PWD}/src/tests/bats:/code" bats-withfhem:latest -T -t . --filter-tags '!hostMode,!extendedOnly'

- uses: Wandalen/wretry.action@v3.4.0
- uses: Wandalen/wretry.action@v3.5.0
name: Run bats unit and integration tests in host network mode
with:
attempt_limit: 3
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
L_VCS_URL=${{ github.server_url }}/${{ github.repository }}/
L_AUTHORS=${{ github.server_url }}/${{ github.repository }}/graphs/contributors
- uses: Wandalen/wretry.action@v3.4.0
- uses: Wandalen/wretry.action@v3.5.0
name: Run bats unit and integration tests in host network mode
with:
attempt_limit: 3
Expand Down

0 comments on commit 90726b9

Please sign in to comment.