Skip to content

Commit b008775

Browse files
chore(deps): update wandalen/wretry.action action to v1.4.8 (#472)
[![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://github.com/Wandalen/wretry.action) | action | patch | `v1.4.7` -> `v1.4.8` | --- ### Release Notes <details> <summary>Wandalen/wretry.action (Wandalen/wretry.action)</summary> ### [`v1.4.8`](https://github.com/Wandalen/wretry.action/compare/v1.4.7...v1.4.8) [Compare Source](https://github.com/Wandalen/wretry.action/compare/v1.4.7...v1.4.8) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2afadd7 commit b008775

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Build solution
8080
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
8181
- name: Run tests
82-
uses: Wandalen/[email protected].7
82+
uses: Wandalen/[email protected].8
8383
with:
8484
command: dotnet test --no-build --collect:"XPlat Code Coverage"
8585
attempt_limit: 2
@@ -107,7 +107,7 @@ jobs:
107107
- name: Build solution
108108
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
109109
- name: Run tests
110-
uses: Wandalen/[email protected].7
110+
uses: Wandalen/[email protected].8
111111
with:
112112
command: dotnet test --no-build --collect:"XPlat Code Coverage"
113113
attempt_limit: 2
@@ -135,7 +135,7 @@ jobs:
135135
- name: Build solution
136136
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
137137
- name: Run tests
138-
uses: Wandalen/[email protected].7
138+
uses: Wandalen/[email protected].8
139139
with:
140140
command: dotnet test --no-build --collect:"XPlat Code Coverage"
141141
attempt_limit: 2
@@ -191,7 +191,7 @@ jobs:
191191
- name: Build example solution
192192
run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True
193193
- name: Run example tests
194-
uses: Wandalen/[email protected].7
194+
uses: Wandalen/[email protected].8
195195
with:
196196
command: dotnet test Examples --no-build
197197
attempt_limit: 2

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build solution
2525
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
2626
- name: Run tests
27-
uses: Wandalen/[email protected].7
27+
uses: Wandalen/[email protected].8
2828
with:
2929
command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults"
3030
attempt_limit: 2
@@ -58,7 +58,7 @@ jobs:
5858
- name: Build solution
5959
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
6060
- name: Run tests
61-
uses: Wandalen/[email protected].7
61+
uses: Wandalen/[email protected].8
6262
with:
6363
command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults"
6464
attempt_limit: 2
@@ -92,7 +92,7 @@ jobs:
9292
- name: Build solution
9393
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
9494
- name: Run tests
95-
uses: Wandalen/[email protected].7
95+
uses: Wandalen/[email protected].8
9696
with:
9797
command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults"
9898
attempt_limit: 2
@@ -162,7 +162,7 @@ jobs:
162162
- name: Build example solution
163163
run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True
164164
- name: Run example tests
165-
uses: Wandalen/[email protected].7
165+
uses: Wandalen/[email protected].8
166166
with:
167167
command: dotnet test Examples --no-build
168168
attempt_limit: 2

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Build solution
9191
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
9292
- name: Run tests
93-
uses: Wandalen/[email protected].7
93+
uses: Wandalen/[email protected].8
9494
with:
9595
command: dotnet test --no-build
9696
attempt_limit: 2
@@ -118,7 +118,7 @@ jobs:
118118
- name: Build solution
119119
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
120120
- name: Run tests
121-
uses: Wandalen/[email protected].7
121+
uses: Wandalen/[email protected].8
122122
with:
123123
command: dotnet test --no-build
124124
attempt_limit: 2
@@ -146,7 +146,7 @@ jobs:
146146
- name: Build solution
147147
run: dotnet build /p:NetCoreOnly=True --configuration "Release"
148148
- name: Run tests
149-
uses: Wandalen/[email protected].7
149+
uses: Wandalen/[email protected].8
150150
with:
151151
command: dotnet test --no-build
152152
attempt_limit: 2
@@ -200,7 +200,7 @@ jobs:
200200
- name: Build example solution
201201
run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True --configuration "Release"
202202
- name: Run example tests
203-
uses: Wandalen/[email protected].7
203+
uses: Wandalen/[email protected].8
204204
with:
205205
command: dotnet test Examples --no-build
206206
attempt_limit: 2

0 commit comments

Comments
 (0)