From 594a9123230a708b4968d3469002e32da96e4a5c Mon Sep 17 00:00:00 2001 From: "spritely-renovatebot[bot]" <269751000+spritely-renovatebot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 06:40:52 +0000 Subject: [PATCH] Update spritely/actions.test-dotnet action to v0.5.71 --- dotnet-container/action.yaml | 2 +- dotnet-package/action.yaml | 2 +- dotnet-test/action.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet-container/action.yaml b/dotnet-container/action.yaml index f700544..09ceab4 100644 --- a/dotnet-container/action.yaml +++ b/dotnet-container/action.yaml @@ -57,7 +57,7 @@ runs: writeSummary: ${{ inputs.writeSummary }} - name: Unit test with code coverage - uses: spritely/actions.test-dotnet@512690cfa0bf5c65475317469b901e8e8fce6336 # v0.5.65 + uses: spritely/actions.test-dotnet@47bd56d9bdf96f30143ded931b96d3e40b23a07d # v0.5.71 with: nugetAuthToken: ${{ inputs.nugetAuthToken }} projectFile: ${{ inputs.projectDirectory }}/${{ inputs.projectFile }} diff --git a/dotnet-package/action.yaml b/dotnet-package/action.yaml index 732b7be..23f59f2 100644 --- a/dotnet-package/action.yaml +++ b/dotnet-package/action.yaml @@ -50,7 +50,7 @@ runs: writeSummary: ${{ inputs.writeSummary }} - name: Unit test with code coverage - uses: spritely/actions.test-dotnet@512690cfa0bf5c65475317469b901e8e8fce6336 # v0.5.65 + uses: spritely/actions.test-dotnet@47bd56d9bdf96f30143ded931b96d3e40b23a07d # v0.5.71 with: nugetAuthToken: ${{ inputs.nugetAuthToken }} coverageThreshold: ${{ inputs.coverageThreshold }} diff --git a/dotnet-test/action.yaml b/dotnet-test/action.yaml index c778744..f909244 100644 --- a/dotnet-test/action.yaml +++ b/dotnet-test/action.yaml @@ -46,7 +46,7 @@ runs: writeSummary: ${{ inputs.writeSummary }} - name: Unit test with code coverage - uses: spritely/actions.test-dotnet@512690cfa0bf5c65475317469b901e8e8fce6336 # v0.5.65 + uses: spritely/actions.test-dotnet@47bd56d9bdf96f30143ded931b96d3e40b23a07d # v0.5.71 with: nugetAuthToken: ${{ inputs.nugetAuthToken }} projectFile: ${{ inputs.projectDirectory }}/${{ inputs.projectFile }}