diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 25bff92..f5e1b6a 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -40,7 +40,7 @@ jobs: # Install the .NET SDK indicated in the global.json file - name: Setup .NET SDK with global.json - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: global-json-file: global.json @@ -90,7 +90,7 @@ jobs: # Even though the prior STS and LTS versions are pre-installed on the runner, explicitly list # them here for clarity. We need their runtimes to execute their tests. - name: Setup .NET SDK with global.json - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: global-json-file: global.json dotnet-version: | @@ -123,7 +123,7 @@ jobs: # The integration tests only target the latest version, so we don't need to install the prior # STS and LTS versions here. - name: Setup .NET SDK with global.json - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: global-json-file: global.json @@ -154,7 +154,7 @@ jobs: # Install the .NET SDK indicated in the global.json file - name: Setup .NET SDK with global.json - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: global-json-file: global.json