Skip to content

Commit

Permalink
chore(deps): update nuget/setup-nuget action to v1.2.0 (#290)
Browse files Browse the repository at this point in the history
[![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.1.1` -> `v1.2.0` |

---

### Release Notes

<details>
<summary>NuGet/setup-nuget</summary>

###
[`v1.2.0`](https://togithub.com/NuGet/setup-nuget/releases/tag/v1.2.0)

[Compare
Source](https://togithub.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://togithub.com/dependabot) in
[https://github.com/NuGet/setup-nuget/pull/46](https://togithub.com/NuGet/setup-nuget/pull/46)
- Update dependencies by [@&#8203;jeffkl](https://togithub.com/jeffkl)
in
[https://github.com/NuGet/setup-nuget/pull/47](https://togithub.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>
  • Loading branch information
renovate[bot] committed Apr 12, 2023
1 parent cf93b5a commit d531cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
git tag "${version}"
git push origin "${version}"
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.1.1
uses: NuGet/setup-nuget@v1.2.0
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit d531cd1

Please sign in to comment.