Browse Source

Bump actions/setup-dotnet from 2 to 3

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/3027/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
6c3e5421ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-frontends.yml
  2. 2
      .github/workflows/codeql-analysis.yml

2
.github/workflows/build-frontends.yml

@ -15,7 +15,7 @@ jobs: @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

2
.github/workflows/codeql-analysis.yml

@ -28,7 +28,7 @@ jobs: @@ -28,7 +28,7 @@ jobs:
languages: ${{ matrix.language }}
- name: Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

Loading…
Cancel
Save