Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 3.2.0 to 4.0.0. (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent c78ed4f commit 96a87f4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fetch-depth: 0

- name: Setup the latest .NET 8 SDK
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.x

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup the latest .NET 8 SDK
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.x

Expand Down Expand Up @@ -168,18 +168,18 @@ jobs:

- name: Setup the latest .NET 6 SDK
if: matrix.framework == 'net6.0'
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 6.0.x

- name: Setup the latest .NET 7 SDK
if: matrix.framework == 'net7.0'
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 7.0.x

- name: Setup the latest .NET 8 SDK
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.x

Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup the latest .NET 8 SDK
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.x

Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup the latest .NET 8 SDK
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup the latest .NET 8 SDK
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-copyright-year.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Setup the latest .NET 8 SDK
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-cuda-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup the latest .NET 8 SDK
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.x

Expand Down

0 comments on commit 96a87f4

Please sign in to comment.