Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down