From 6d99b2f424d834b2f43763f9c5506a803d903c94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:12:06 +0000 Subject: [PATCH] chore(deps): update wandalen/wretry.action action to v1.4.9 --- .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 b68f3f03e..3fdb237b8 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.8 + uses: Wandalen/wretry.action@v1.4.9 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.8 + uses: Wandalen/wretry.action@v1.4.9 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.8 + uses: Wandalen/wretry.action@v1.4.9 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.8 + uses: Wandalen/wretry.action@v1.4.9 with: command: dotnet test Examples --no-build attempt_limit: 2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b862400a0..61250edf7 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.8 + uses: Wandalen/wretry.action@v1.4.9 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.8 + uses: Wandalen/wretry.action@v1.4.9 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.8 + uses: Wandalen/wretry.action@v1.4.9 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.8 + uses: Wandalen/wretry.action@v1.4.9 with: command: dotnet test Examples --no-build attempt_limit: 2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b57ddd8ee..635a8d3b5 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.8 + uses: Wandalen/wretry.action@v1.4.9 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.8 + uses: Wandalen/wretry.action@v1.4.9 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.8 + uses: Wandalen/wretry.action@v1.4.9 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.8 + uses: Wandalen/wretry.action@v1.4.9 with: command: dotnet test Examples --no-build attempt_limit: 2