Skip to content

Commit

Permalink
build(deps): bump Wandalen/wretry.action from 3.7.2 to 3.7.3 (#280)
Browse files Browse the repository at this point in the history
Bumps
[Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from
3.7.2 to 3.7.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Wandalen/wretry.action/commit/ffdd254f4eaf1562b8a2c66aeaa37f1ff2231179"><code>ffdd254</code></a>
version 3.7.3</li>
<li><a
href="https://github.com/Wandalen/wretry.action/commit/5df5aa1331b9bd36218d23b08d5eeed540223eed"><code>5df5aa1</code></a>
Merge pull request <a
href="https://redirect.github.com/wandalen/wretry.action/issues/178">#178</a>
from dmvict/master</li>
<li><a
href="https://github.com/Wandalen/wretry.action/commit/bd93ff39b6ef2c9e8605b7c4009079b5f6486928"><code>bd93ff3</code></a>
Update file <code>Readme</code>, add info about complex expressions</li>
<li>See full diff in <a
href="https://github.com/wandalen/wretry.action/compare/v3.7.2...v3.7.3">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.7.2&new-version=3.7.3)](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 Nov 20, 2024
2 parents 7a5d12b + cf85938 commit 9c0c153
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 @@ -315,13 +315,13 @@ jobs:
L_VCS_URL=${{ github.server_url }}/${{ github.repository }}/
L_AUTHORS=${{ github.server_url }}/${{ github.repository }}/graphs/contributors
- uses: Wandalen/[email protected].2
- uses: Wandalen/[email protected].3
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/[email protected].2
- uses: Wandalen/[email protected].3
name: Run bats unit and integration tests in host network mode
with:
attempt_limit: 3
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
L_VCS_URL=${{ github.server_url }}/${{ github.repository }}/
L_AUTHORS=${{ github.server_url }}/${{ github.repository }}/graphs/contributors
- uses: Wandalen/[email protected].2
- uses: Wandalen/[email protected].3
name: Run bats unit and integration tests in host network mode
with:
attempt_limit: 3
Expand Down

0 comments on commit 9c0c153

Please sign in to comment.