diff --git a/.github/actions/test-dotnet/action.yml b/.github/actions/test-dotnet/action.yml index 72469278..695f9c5d 100644 --- a/.github/actions/test-dotnet/action.yml +++ b/.github/actions/test-dotnet/action.yml @@ -28,7 +28,7 @@ runs: - name: Setup .NET Core # if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }} - uses: actions/setup-dotnet@v4.0.0 + uses: actions/setup-dotnet@v4.0.1 with: dotnet-version: ${{ inputs.DOTNET_VERSION }} env: