From 51a48eb628423f76f2cbda146bc3b34e857814f0 Mon Sep 17 00:00:00 2001 From: "spritely-renovatebot[bot]" <269751000+spritely-renovatebot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 06:27:14 +0000 Subject: [PATCH] Update spritely/actions.test-dotnet action to v0.5.73 --- 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 12ad60a..be89841 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@47bd56d9bdf96f30143ded931b96d3e40b23a07d # v0.5.71 + uses: spritely/actions.test-dotnet@11e48c2d2bb4253171b6dd3537ed109281d7b70a # v0.5.73 with: nugetAuthToken: ${{ inputs.nugetAuthToken }} projectFile: ${{ inputs.projectDirectory }}/${{ inputs.projectFile }} diff --git a/dotnet-package/action.yaml b/dotnet-package/action.yaml index 7c88829..1004c6d 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@47bd56d9bdf96f30143ded931b96d3e40b23a07d # v0.5.71 + uses: spritely/actions.test-dotnet@11e48c2d2bb4253171b6dd3537ed109281d7b70a # v0.5.73 with: nugetAuthToken: ${{ inputs.nugetAuthToken }} coverageThreshold: ${{ inputs.coverageThreshold }} diff --git a/dotnet-test/action.yaml b/dotnet-test/action.yaml index 19d9506..c627b13 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@47bd56d9bdf96f30143ded931b96d3e40b23a07d # v0.5.71 + uses: spritely/actions.test-dotnet@11e48c2d2bb4253171b6dd3537ed109281d7b70a # v0.5.73 with: nugetAuthToken: ${{ inputs.nugetAuthToken }} projectFile: ${{ inputs.projectDirectory }}/${{ inputs.projectFile }}