From 9e80cdfebab01b4f0d6947830cb1054c4907e83b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 20:02:32 +0100 Subject: [PATCH] chore(deps): update nuget/setup-nuget action to v1.1.1 (#245) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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://togithub.com/NuGet/setup-nuget) | action | minor | `v1.0.5` -> `v1.1.1` | --- ### Release Notes
NuGet/setup-nuget ### [`v1.1.1`](https://togithub.com/NuGet/setup-nuget/releases/tag/v1.1.1) [Compare Source](https://togithub.com/NuGet/setup-nuget/compare/v1.1.0...v1.1.1) #### What's Changed - Update [@​actions/core](https://togithub.com/actions/core) from 1.9.1 to 1.10.0 by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/NuGet/setup-nuget/pull/44](https://togithub.com/NuGet/setup-nuget/pull/44) - Update dist by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/NuGet/setup-nuget/pull/45](https://togithub.com/NuGet/setup-nuget/pull/45) **Full Changelog**: https://github.com/NuGet/setup-nuget/compare/v1.1.0...v1.1.1 ### [`v1.1.0`](https://togithub.com/NuGet/setup-nuget/releases/tag/v1.1.0) [Compare Source](https://togithub.com/NuGet/setup-nuget/compare/v1.0.7...v1.1.0) #### What's Changed - Update to use Node.js 16 by [@​TheRealMattV](https://togithub.com/TheRealMattV) in [https://github.com/NuGet/setup-nuget/pull/42](https://togithub.com/NuGet/setup-nuget/pull/42) - Update dist by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/NuGet/setup-nuget/pull/43](https://togithub.com/NuGet/setup-nuget/pull/43) #### New Contributors - [@​TheRealMattV](https://togithub.com/TheRealMattV) made their first contribution in [https://github.com/NuGet/setup-nuget/pull/42](https://togithub.com/NuGet/setup-nuget/pull/42) **Full Changelog**: https://github.com/NuGet/setup-nuget/compare/v1.0.7...v1.1.0 ### [`v1.0.7`](https://togithub.com/NuGet/setup-nuget/releases/tag/v1.0.7) [Compare Source](https://togithub.com/NuGet/setup-nuget/compare/v1.0.6...v1.0.7) #### What's Changed - build(deps): bump [@​actions/core](https://togithub.com/actions/core) from 1.6.0 to 1.9.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/NuGet/setup-nuget/pull/41](https://togithub.com/NuGet/setup-nuget/pull/41) **Full Changelog**: https://github.com/NuGet/setup-nuget/compare/v1.0.6...v1.0.7 ### [`v1.0.6`](https://togithub.com/NuGet/setup-nuget/releases/tag/v1.0.6) [Compare Source](https://togithub.com/NuGet/setup-nuget/compare/v1.0.5...v1.0.6) #### What's Changed - Update packages by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/NuGet/setup-nuget/pull/35](https://togithub.com/NuGet/setup-nuget/pull/35) #### New Contributors - [@​jeffkl](https://togithub.com/jeffkl) made their first contribution in [https://github.com/NuGet/setup-nuget/pull/35](https://togithub.com/NuGet/setup-nuget/pull/35) **Full Changelog**: https://github.com/NuGet/setup-nuget/compare/v1.0.3...v1.0.6
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90bd1be06..74aa65a54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -272,7 +272,7 @@ jobs: git tag "${version}" git push origin "${version}" - name: Setup NuGet - uses: NuGet/setup-nuget@v1.0.5 + uses: NuGet/setup-nuget@v1.1.1 - name: Setup .NET uses: actions/setup-dotnet@v3 with: