Skip to content

Commit

Permalink
build(deps): bump NuGet/setup-nuget from 2.0.0 to 2.0.1 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
PocketMiner82 authored Nov 29, 2024
2 parents 9ce5e83 + ec589b9 commit a348b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup NuGet
uses: NuGet/[email protected].0
uses: NuGet/[email protected].1
- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
- name: Restore Packages and build solution
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup NuGet
uses: NuGet/[email protected].0
uses: NuGet/[email protected].1
- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
- name: Semantic Release
Expand Down

0 comments on commit a348b84

Please sign in to comment.