Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/api-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
submodules: true

- name: Setup .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
8.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
tree -h

- name: Set up dotnet
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
# install all supported versions + latest dotnet too to use language features
dotnet-version: |
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
path: nuget.local

- name: Set up dotnet
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
# install latest dotnet too to use language features
dotnet-version: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# C# Build
- name: Setup .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: "8.0.x"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
cat ~/.ort/config/config.yml

- name: Set up dotnet
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
6
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo "${{ toJson(matrix) }}"

- name: Set up dotnet ${{ matrix.dotnet }}
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
# install latest dotnet too to use language features
dotnet-version: |
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
submodules: true

- name: Set up dotnet ${{ matrix.dotnet }}
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
# install latest dotnet too to use language features
dotnet-version: |
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps --document-private-items

- name: Set up dotnet
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
# install latest dotnet too to use language features
dotnet-version: |
Expand Down
Loading