Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 3.1.0 to 3.2.0. (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 31, 2023
1 parent f8d53b3 commit 203f4b0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 7 SDK
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 7.0.x

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

- name: Setup the latest .NET 7 SDK
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 7.0.x

Expand Down Expand Up @@ -169,30 +169,30 @@ jobs:

- name: Setup the latest .NET Core 3.1 SDK
if: matrix.framework == 'netcoreapp3.1'
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
env:
DOTNET_INSTALL_DIR: ${{ matrix.framework == 'cuda' && '~/.' }}
with:
dotnet-version: 3.1.x

- name: Setup the latest .NET 5 SDK
if: matrix.framework == 'net5.0'
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
env:
DOTNET_INSTALL_DIR: ${{ matrix.framework == 'cuda' && '~/.' }}
with:
dotnet-version: 5.0.x

- name: Setup the latest .NET 6 SDK
if: matrix.framework == 'net6.0'
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
env:
DOTNET_INSTALL_DIR: ${{ matrix.framework == 'cuda' && '~/.' }}
with:
dotnet-version: 6.0.x

- name: Setup the latest .NET 7 SDK
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
env:
DOTNET_INSTALL_DIR: ${{ matrix.framework == 'cuda' && '~/.' }}
with:
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup the latest .NET 7 SDK
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 7.0.x

Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup the latest .NET 7 SDK
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 7.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@v3

- name: Setup the latest .NET 7 SDK
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 7.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 7 SDK
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 7.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@v3

- name: Setup the latest .NET 7 SDK
uses: actions/setup-dotnet@v3.1.0
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 7.0.x

Expand Down

0 comments on commit 203f4b0

Please sign in to comment.