Skip to content

Commit 967fb29

Browse files
authored
chore(deps): update wandalen/wretry.action action to v3.8.0 (#285)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Wandalen/wretry.action](https://redirect.github.com/Wandalen/wretry.action) | action | minor | `v3.7.3` -> `v3.8.0` | --- ### Release Notes <details> <summary>Wandalen/wretry.action (Wandalen/wretry.action)</summary> ### [`v3.8.0`](https://redirect.github.com/Wandalen/wretry.action/compare/v3.7.3...v3.8.0) [Compare Source](https://redirect.github.com/Wandalen/wretry.action/compare/v3.7.3...v3.8.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/fhem/fhem-docker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119-->
2 parents 27527c5 + c862240 commit 967fb29

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.3
318+
- uses: Wandalen/wretry.action@v3.8.0
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.3
324+
- uses: Wandalen/wretry.action@v3.8.0
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.3
394+
- uses: Wandalen/wretry.action@v3.8.0
395395
name: Run bats unit and integration tests in host network mode
396396
with:
397397
attempt_limit: 3

0 commit comments

Comments
 (0)