diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0bd70d..b99c8eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: git clone --depth 1 https://github.com/AuthPlane/conformance.git "$RUNNER_TEMP/conformance" - name: Setup .NET - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1 + uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 with: # 8.0.x runtime alongside the 10.0.x SDK so `dotnet test` executes # the net8.0 target of the multi-targeted test projects, not just diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7fe8634..8174d30 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup .NET - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1 + uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 with: # 8.0.x alongside 10.0.x: the projects multi-target `net8.0;net10.0`, # so the extractor needs the 8.0 reference packs to compile that leg. diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index d43e3cd..6ad7ee7 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -50,7 +50,7 @@ jobs: ref: ${{ github.ref }} - name: Setup .NET - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1 + uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 with: # 8.0.x alongside 10.0.x so the net8.0 target builds against # installed reference packs instead of an implicit NuGet download diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f04c013..5e7f8f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: "${{ runner.temp }}/conformance" - name: Setup .NET - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1 + uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 with: dotnet-version: "10.0.x" diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 7100d79..5a95e12 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup .NET - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1 + uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 with: dotnet-version: "10.0.x"