Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 4.0.0 to 4.0.1. (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 3, 2024
1 parent 1dff15e commit c99f50c
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/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 8.0.x

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

- name: Setup the latest .NET 8 SDK
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 8.0.x

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

- name: Setup the latest .NET 6 SDK
if: matrix.framework == 'net6.0'
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 6.0.x

- name: Setup the latest .NET 7 SDK
if: matrix.framework == 'net7.0'
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 7.0.x

- name: Setup the latest .NET 8 SDK
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 8.0.x

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

- name: Setup the latest .NET 8 SDK
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 8.0.x

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

- name: Setup the latest .NET 8 SDK
uses: actions/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 8.0.x

Expand Down

0 comments on commit c99f50c

Please sign in to comment.