diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index bfa0837..7f2d10c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 # Nerdbank.GitVersioning requires non-shallow checkout persist-credentials: false - name: Setup .NET SDK - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: dotnet-version: | 8.0.x