From c2806ef6f8c2418f6d49d8de8bcc6468d27f3251 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:46:48 +0000 Subject: [PATCH] chore(deps): update wandalen/wretry.action action to v1.4.5 --- .github/workflows/build.yml | 8 ++++---- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 003f8d20a..559484d55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.4 + uses: Wandalen/wretry.action@v1.4.5 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" attempt_limit: 2 @@ -107,7 +107,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.4 + uses: Wandalen/wretry.action@v1.4.5 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" attempt_limit: 2 @@ -135,7 +135,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.4 + uses: Wandalen/wretry.action@v1.4.5 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" attempt_limit: 2 @@ -191,7 +191,7 @@ jobs: - name: Build example solution run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True - name: Run example tests - uses: Wandalen/wretry.action@v1.4.4 + uses: Wandalen/wretry.action@v1.4.5 with: command: dotnet test Examples --no-build attempt_limit: 2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0720afe12..47b6af6a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.4 + uses: Wandalen/wretry.action@v1.4.5 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults" attempt_limit: 2 @@ -58,7 +58,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.4 + uses: Wandalen/wretry.action@v1.4.5 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults" attempt_limit: 2 @@ -92,7 +92,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.4 + uses: Wandalen/wretry.action@v1.4.5 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults" attempt_limit: 2 @@ -162,7 +162,7 @@ jobs: - name: Build example solution run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True - name: Run example tests - uses: Wandalen/wretry.action@v1.4.4 + uses: Wandalen/wretry.action@v1.4.5 with: command: dotnet test Examples --no-build attempt_limit: 2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ea67a7bf..1d6405647 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.4 + uses: Wandalen/wretry.action@v1.4.5 with: command: dotnet test --no-build attempt_limit: 2 @@ -118,7 +118,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.4 + uses: Wandalen/wretry.action@v1.4.5 with: command: dotnet test --no-build attempt_limit: 2 @@ -146,7 +146,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.4 + uses: Wandalen/wretry.action@v1.4.5 with: command: dotnet test --no-build attempt_limit: 2 @@ -200,7 +200,7 @@ jobs: - name: Build example solution run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True --configuration "Release" - name: Run example tests - uses: Wandalen/wretry.action@v1.4.4 + uses: Wandalen/wretry.action@v1.4.5 with: command: dotnet test Examples --no-build attempt_limit: 2