Bump actions/setup-dotnet from 3.0.0 to 3.0.1 (#3725)

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-10-04 12:17:10 -07:00 committed by GitHub
parent 92c1afdfc7
commit 92fb3b345d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 # fetching all fetch-depth: 0 # fetching all
- uses: actions/setup-dotnet@v3.0.0 - uses: actions/setup-dotnet@v3.0.1
with: with:
dotnet-version: '7.0.x' dotnet-version: '7.0.x'
include-prerelease: true include-prerelease: true

View File

@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 # fetching all fetch-depth: 0 # fetching all
- uses: actions/setup-dotnet@v3.0.0 - uses: actions/setup-dotnet@v3.0.1
with: with:
dotnet-version: '7.0.x' dotnet-version: '7.0.x'
include-prerelease: true include-prerelease: true

View File

@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup .NET Core 7.0 - name: Setup .NET Core 7.0
uses: actions/setup-dotnet@v3.0.0 uses: actions/setup-dotnet@v3.0.1
with: with:
dotnet-version: '7.0.x' dotnet-version: '7.0.x'
include-prerelease: true include-prerelease: true

View File

@ -23,11 +23,11 @@ jobs:
with: with:
fetch-depth: 0 # fetching all fetch-depth: 0 # fetching all
- uses: actions/setup-dotnet@v3.0.0 - uses: actions/setup-dotnet@v3.0.1
with: with:
dotnet-version: '6.0.x' dotnet-version: '6.0.x'
- uses: actions/setup-dotnet@v3.0.0 - uses: actions/setup-dotnet@v3.0.1
with: with:
dotnet-version: '7.0.x' dotnet-version: '7.0.x'
include-prerelease: true include-prerelease: true

View File

@ -23,7 +23,7 @@ jobs:
fetch-depth: 0 # fetching all fetch-depth: 0 # fetching all
ref: ${{ github.ref || 'main' }} ref: ${{ github.ref || 'main' }}
- uses: actions/setup-dotnet@v3.0.0 - uses: actions/setup-dotnet@v3.0.1
with: with:
dotnet-version: '7.0.x' dotnet-version: '7.0.x'
include-prerelease: true include-prerelease: true

View File

@ -26,7 +26,7 @@ jobs:
with: with:
fetch-depth: 0 # fetching all fetch-depth: 0 # fetching all
- uses: actions/setup-dotnet@v3.0.0 - uses: actions/setup-dotnet@v3.0.1
with: with:
dotnet-version: '7.0.x' dotnet-version: '7.0.x'
include-prerelease: true include-prerelease: true