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 }}