Skip to content

Update actions/setup-dotnet action to v3.2.0#595

Merged
RehanSaeed merged 1 commit intomainfrom
renovate/actions-setup-dotnet-3.x
Jun 1, 2023
Merged

Update actions/setup-dotnet action to v3.2.0#595
RehanSaeed merged 1 commit intomainfrom
renovate/actions-setup-dotnet-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 28, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-dotnet action minor v3.0.3 -> v3.2.0

Release Notes

actions/setup-dotnet

v3.2.0

Compare Source

What's Changed

In scope of this minor release, the ability to cache the NuGet global-packages folder was added in https://github.com/actions/setup-dotnet/pull/303 by @​nogic1008

For caching, the action uses the @​toolkit/cache library under the hood, which in turn allows getting rid of configuring the @​actions/cache action separately.

Such input parameters as cache and cache-dependency-path were added. The cache input is optional, and caching is turned off by default, cache-dependency-path is used to specify the path to a dependency file - packages.lock.json.

Example of use-case:

- uses: actions/setup-dotnet@v3
  with:
    dotnet-version: 6.x
    cache: true
    cache-dependency-path: subdir/packages.lock.json

More details can be found in the action's documentation.

Full Changelog: actions/setup-dotnet@v3...v3.2.0

v3.1.0

Compare Source

What's Changed

This minor release includes the following new features:

- uses: actions/setup-dotnet@v3
  with:
    dotnet-version: '7.0.2xx'

More details about the new syntax can be found here.

It also contains several infrastructure changes:

New Contributors

Full Changelog: actions/setup-dotnet@v3...v3.1.0


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. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file. label May 28, 2023
@github-actions github-actions bot added the maintenance Pull requests that perform maintenance on the project but add no features or bug fixes. label May 28, 2023
@renovate renovate bot changed the title Update actions/setup-dotnet action to v3.1.0 Update actions/setup-dotnet action to v3.2.0 May 29, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-dotnet-3.x branch from 57d3626 to 5e57362 Compare May 29, 2023 13:21
@RehanSaeed RehanSaeed added the patch Pull requests requiring a patch version update according to semantic versioning. label Jun 1, 2023
@RehanSaeed RehanSaeed merged commit ec20d6b into main Jun 1, 2023
@RehanSaeed RehanSaeed deleted the renovate/actions-setup-dotnet-3.x branch June 1, 2023 16:10
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.

1 participant