Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 1 to 2 (#28)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v1...v2)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bjorhn <oscar.bjorhn@gmail.com>
  • Loading branch information
dependabot[bot] and bjorhn authored Jun 1, 2022
1 parent 4977509 commit 69c6f64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ignore: master,develop
min_length: 3 # Min length of the branch name
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: 3.1.x # SDK Version to use. We start by installing 3.1.* for msbuild to use when building DotnetFullOnly. This is replaced later, by 5.0.*
- name: Setup Nuget
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Build with MSBuild
run: msbuild Daf.Core.Ssis_DotnetFullOnly.sln /property:Configuration=Release
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x # SDK Version to use.
- name: Build .NET Core projects
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
configuration: "configs/configuration.json"
toTag: v${{ steps.nbgv.outputs.SimpleVersion }}
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: 3.1.x # SDK Version to use. We start by installing 3.1.* for msbuild to use when building DotnetFullOnly. This is replaced later, by 5.0.*
- name: Setup Nuget
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Build with MSBuild
run: msbuild Daf.Core.Ssis_DotnetFullOnly.sln /property:Configuration=Release
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x # SDK Version to use.
source-url: https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit 69c6f64

Please # to comment.