Skip to content

Commit 9c0c153

Browse files
authored
build(deps): bump Wandalen/wretry.action from 3.7.2 to 3.7.3 (#280)
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>
2 parents 7a5d12b + cf85938 commit 9c0c153

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,13 +315,13 @@ jobs:
315315
L_VCS_URL=${{ github.server_url }}/${{ github.repository }}/
316316
L_AUTHORS=${{ github.server_url }}/${{ github.repository }}/graphs/contributors
317317
318-
- uses: Wandalen/wretry.action@v3.7.2
318+
- uses: Wandalen/wretry.action@v3.7.3
319319
name: Run bats unit and integration tests in bidge network mode
320320
with:
321321
attempt_limit: 3
322322
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'
323323

324-
- uses: Wandalen/wretry.action@v3.7.2
324+
- uses: Wandalen/wretry.action@v3.7.3
325325
name: Run bats unit and integration tests in host network mode
326326
with:
327327
attempt_limit: 3
@@ -391,7 +391,7 @@ jobs:
391391
L_VCS_URL=${{ github.server_url }}/${{ github.repository }}/
392392
L_AUTHORS=${{ github.server_url }}/${{ github.repository }}/graphs/contributors
393393
394-
- uses: Wandalen/wretry.action@v3.7.2
394+
- uses: Wandalen/wretry.action@v3.7.3
395395
name: Run bats unit and integration tests in host network mode
396396
with:
397397
attempt_limit: 3

0 commit comments

Comments
 (0)