Skip to content

Commit

Permalink
chore(deps): update wandalen/wretry.action action to v1.4.10 (#486)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Wandalen/wretry.action](https://togithub.com/Wandalen/wretry.action)
| action | patch | `v1.4.9` -> `v1.4.10` |

---

### Release Notes

<details>
<summary>Wandalen/wretry.action (Wandalen/wretry.action)</summary>

###
[`v1.4.10`](https://togithub.com/Wandalen/wretry.action/compare/v1.4.9...v1.4.10)

[Compare
Source](https://togithub.com/Wandalen/wretry.action/compare/v1.4.9...v1.4.10)

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Testably/Testably.Abstractions).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent fc79805 commit 31eba43
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].9
uses: Wandalen/[email protected].10
with:
command: dotnet test --no-build --collect:"XPlat Code Coverage"
attempt_limit: 2
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].9
uses: Wandalen/[email protected].10
with:
command: dotnet test --no-build --collect:"XPlat Code Coverage"
attempt_limit: 2
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].9
uses: Wandalen/[email protected].10
with:
command: dotnet test --no-build --collect:"XPlat Code Coverage"
attempt_limit: 2
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
- name: Build example solution
run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True
- name: Run example tests
uses: Wandalen/[email protected].9
uses: Wandalen/[email protected].10
with:
command: dotnet test Examples --no-build
attempt_limit: 2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].9
uses: Wandalen/[email protected].10
with:
command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults"
attempt_limit: 2
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].9
uses: Wandalen/[email protected].10
with:
command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults"
attempt_limit: 2
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].9
uses: Wandalen/[email protected].10
with:
command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults"
attempt_limit: 2
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Build example solution
run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True
- name: Run example tests
uses: Wandalen/[email protected].9
uses: Wandalen/[email protected].10
with:
command: dotnet test Examples --no-build
attempt_limit: 2
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].9
uses: Wandalen/[email protected].10
with:
command: dotnet test --no-build
attempt_limit: 2
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].9
uses: Wandalen/[email protected].10
with:
command: dotnet test --no-build
attempt_limit: 2
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Build solution
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
- name: Run tests
uses: Wandalen/[email protected].9
uses: Wandalen/[email protected].10
with:
command: dotnet test --no-build
attempt_limit: 2
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
- name: Build example solution
run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True --configuration "Release"
- name: Run example tests
uses: Wandalen/[email protected].9
uses: Wandalen/[email protected].10
with:
command: dotnet test Examples --no-build
attempt_limit: 2
Expand Down

0 comments on commit 31eba43

Please sign in to comment.