Bump actions/setup-dotnet from 3.0.3 to 3.1.0 (#4518)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-25 13:54:11 -07:00 committed by GitHub
parent 107dd264c2
commit f2477584f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ jobs:
fetch-depth: 0 # fetching all
- name: Setup .NET 7.0
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

View File

@ -28,7 +28,7 @@ jobs:
fetch-depth: 0 # fetching all
- name: Setup .NET 7.0
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

View File

@ -25,7 +25,7 @@ jobs:
fetch-depth: 0 # fetching all
- name: Setup .NET 7.0
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

View File

@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup .NET 7.0
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'

View File

@ -24,7 +24,7 @@ jobs:
ref: ${{ github.ref || 'main' }}
- name: Setup .NET 7.0
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.1.0
with:
dotnet-version: '7.0.x'