Skip to content

Commit d531cd1

Browse files
chore(deps): update nuget/setup-nuget action to v1.2.0 (#290)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [NuGet/setup-nuget](https://github.com/NuGet/setup-nuget) | action | minor | `v1.1.1` -> `v1.2.0` | --- ### Release Notes <details> <summary>NuGet/setup-nuget</summary> ### [`v1.2.0`](https://github.com/NuGet/setup-nuget/releases/tag/v1.2.0) [Compare Source](https://github.com/NuGet/setup-nuget/compare/v1.1.1...v1.2.0) #### What's Changed - build(deps): bump json5 from 1.0.1 to 1.0.2 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/NuGet/setup-nuget/pull/46](https://github.com/NuGet/setup-nuget/pull/46) - Update dependencies by [@&#8203;jeffkl](https://github.com/jeffkl) in [https://github.com/NuGet/setup-nuget/pull/47](https://github.com/NuGet/setup-nuget/pull/47) **Full Changelog**: NuGet/setup-nuget@v1.1.1...v1.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Testably/Testably.Abstractions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf93b5a commit d531cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
git tag "${version}"
274274
git push origin "${version}"
275275
- name: Setup NuGet
276-
uses: NuGet/setup-nuget@v1.1.1
276+
uses: NuGet/setup-nuget@v1.2.0
277277
- name: Setup .NET
278278
uses: actions/setup-dotnet@v3
279279
with:

0 commit comments

Comments
 (0)