Skip to content

Update actions/setup-dotnet action to v1.9.0#362

Merged
RehanSaeed merged 1 commit intomainfrom
renovate/actions-setup-dotnet-1.x
Nov 25, 2021
Merged

Update actions/setup-dotnet action to v1.9.0#362
RehanSaeed merged 1 commit intomainfrom
renovate/actions-setup-dotnet-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-dotnet action minor v1.8.2 -> v1.9.0

Release Notes

actions/setup-dotnet

v1.9.0

Compare Source

This release includes the following PRs:

  • Adding support to install multiple .NET versions in single action invocation: #​240
    example:
- uses: actions/setup-dotnet@v1
  with:
    dotnet-version: | 
      3.1.x
      5.0.x

The latest installed .NET version is default, according .NET documentation.

  • Adding the build warnings if the deprecated .NET versions are installed by action: #​245

Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file. label Nov 24, 2021
@RehanSaeed RehanSaeed added maintenance Pull requests that perform maintenance on the project but add no features or bug fixes. patch Pull requests requiring a patch version update according to semantic versioning. labels Nov 25, 2021
@RehanSaeed RehanSaeed merged commit fdb51b9 into main Nov 25, 2021
@RehanSaeed RehanSaeed deleted the renovate/actions-setup-dotnet-1.x branch November 25, 2021 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file. maintenance Pull requests that perform maintenance on the project but add no features or bug fixes. patch Pull requests requiring a patch version update according to semantic versioning.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants