Skip to content

Commit

Permalink
Merge pull request #109 from CANopenNode/dependabot/github_actions/mi…
Browse files Browse the repository at this point in the history
…crosoft/setup-msbuild-2
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
2 parents 5ca7d71 + bbb9ad2 commit 56b7f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: microsoft/setup-msbuild@v1.3
uses: microsoft/setup-msbuild@v2
- name: C# problem matcher
run: |
Invoke-WebRequest "https://raw.githubusercontent.com/actions/setup-dotnet/main/.github/csc.json" -OutFile "csc.json"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: microsoft/setup-msbuild@v1.3
uses: microsoft/setup-msbuild@v2
- name: Add Packages
run: |
dotnet restore
Expand Down

0 comments on commit 56b7f08

Please sign in to comment.