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