-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump actions/setup-dotnet from 3 to 4 #140
Merged
dependabot
merged 1 commit into
main
from
dependabot/github_actions/actions/setup-dotnet-4
Dec 11, 2023
Merged
Bump actions/setup-dotnet from 3 to 4 #140
dependabot
merged 1 commit into
main
from
dependabot/github_actions/actions/setup-dotnet-4
Dec 11, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
labels
Dec 11, 2023
@dependabot merge
Sent from Outlook<http://aka.ms/weboutlook>
…________________________________
From: dependabot[bot] ***@***.***>
Sent: Monday, December 11, 2023 9:15 AM
To: microsoftgraph/msgraph-sample-aspnet-core ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [microsoftgraph/msgraph-sample-aspnet-core] Bump actions/setup-dotnet from 3 to 4 (PR #140)
Bumps actions/setup-dotnet<https://github.com/actions/setup-dotnet> from 3 to 4.
Release notes
Sourced from actions/setup-dotnet's releases<https://github.com/actions/setup-dotnet/releases>.
v4.0.0
What's Changed
In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-dotnet will run on Node.js 20 instead of Node.js 16.
Breaking changes
Update Node.js runtime to version 20 by @harithavattikuti<https://github.com/harithavattikuti> in #484<https://redirect.github.com/actions/setup-dotnet/issues/484>
Non-breaking changes
* Refactor installer by @nikolai-laevskii<https://github.com/nikolai-laevskii> in actions/setup-dotnet#432<https://redirect.github.com/actions/setup-dotnet/pull/432>
* Allow json comments by @nikolai-laevskii<https://github.com/nikolai-laevskii> in actions/setup-dotnet#431<https://redirect.github.com/actions/setup-dotnet/pull/431>
* Sequential version install fix by @nikolai-laevskii<https://github.com/nikolai-laevskii> in actions/setup-dotnet#433<https://redirect.github.com/actions/setup-dotnet/pull/433> ***@***.*** used to overwrite dotnet executable on each action run, which was causing action to fail on some occasions due to executable being still in use. In ***@***.*** we solved this issue by adding another install-script run that installs LTS version of dotnet executable and uses it for all subsequent dotnet installations. The first install-script run conducts the actual download only once per workflow.
* Update fast-xml-parser and dotnet installer scripts by @IvanZosimov<https://github.com/IvanZosimov> in actions/setup-dotnet#437<https://redirect.github.com/actions/setup-dotnet/pull/437>
* Update dependencies by @IvanZosimov<https://github.com/IvanZosimov> in actions/setup-dotnet#440<https://redirect.github.com/actions/setup-dotnet/pull/440>
* Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot<https://github.com/dependabot> in actions/setup-dotnet#444<https://redirect.github.com/actions/setup-dotnet/pull/444>
* Update installers by @nikolai-laevskii<https://github.com/nikolai-laevskii> in actions/setup-dotnet#462<https://redirect.github.com/actions/setup-dotnet/pull/462>
* Update semver by @dmitry-shibanov<https://github.com/dmitry-shibanov> in actions/setup-dotnet#468<https://redirect.github.com/actions/setup-dotnet/pull/468>
New Contributors
* @HarithaVattikuti<https://github.com/HarithaVattikuti> made their first contribution in actions/setup-dotnet#484<https://redirect.github.com/actions/setup-dotnet/pull/484>
Full Changelog: ***@***.***<actions/setup-dotnet@v3...v4.0.0>
v3.2.0
What's Changed
In scope of this minor release, the ability to cache the NuGet global-packages folder was added in actions/setup-dotnet#303<https://redirect.github.com/actions/setup-dotnet/pull/303> by @nogic1008<https://github.com/nogic1008>
For caching, the action uses the @toolkit/cache<https://github.com/actions/toolkit/tree/main/packages/cache> library under the hood, which in turn allows getting rid of configuring the @actions/cache<https://github.com/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: ***@***.***
with:
dotnet-version: 6.x
cache: true
cache-dependency-path: subdir/packages.lock.json
More details can be found in the action's documentation<https://github.com/actions/setup-dotnet#caching-nuget-packages>.
Full Changelog: ***@***.***<actions/setup-dotnet@v3...v3.2.0>
... (truncated)
Commits
* 4d6c8fc<actions/setup-dotnet@4d6c8fc> Upgrade Node to v20 (#484<https://redirect.github.com/actions/setup-dotnet/issues/484>)
* 2216f56<actions/setup-dotnet@2216f56> Update semver (#468<https://redirect.github.com/actions/setup-dotnet/issues/468>)
* 736bc6d<actions/setup-dotnet@736bc6d> Merge pull request #462<https://redirect.github.com/actions/setup-dotnet/issues/462> from akv-platform/update-installers
* f5526c2<actions/setup-dotnet@f5526c2> Update installers
* 4dba25f<actions/setup-dotnet@4dba25f> Bump word-wrap from 1.2.3 to 1.2.4 (#444<https://redirect.github.com/actions/setup-dotnet/issues/444>)
* ada8800<actions/setup-dotnet@ada8800> Bump semver from 6.3.0 to 6.3.1 (#443<https://redirect.github.com/actions/setup-dotnet/issues/443>)
* e174912<actions/setup-dotnet@e174912> Update dependencies (#440<https://redirect.github.com/actions/setup-dotnet/issues/440>)
* a6be55a<actions/setup-dotnet@a6be55a> Update fast-xml-parser and dotnet installer scripts (#437<https://redirect.github.com/actions/setup-dotnet/issues/437>)
* 9b40770<actions/setup-dotnet@9b40770> Merge pull request #433<https://redirect.github.com/actions/setup-dotnet/issues/433> from akv-platform/sequential-version-install-fix
* 4827734<actions/setup-dotnet@4827734> Reduce number of e2e tests
* Additional commits viewable in compare view<actions/setup-dotnet@v3...v4>
[Dependabot compatibility score]<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
________________________________
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
* @dependabot rebase will rebase this PR
* @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
* @dependabot merge will merge this PR after your CI passes on it
* @dependabot squash and merge will squash and merge this PR after your CI passes on it
* @dependabot cancel merge will cancel a previously requested merge and block automerging
* @dependabot reopen will reopen this PR if it is closed
* @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
* @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
* @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
* @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
* @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
________________________________
You can view, comment on, or merge this pull request online at:
#140
Commit Summary
* 2e35b4e<2e35b4e> Bump actions/setup-dotnet from 3 to 4
File Changes
(1 file<https://github.com/microsoftgraph/msgraph-sample-aspnet-core/pull/140/files>)
* M .github/workflows/dotnet.yml<https://github.com/microsoftgraph/msgraph-sample-aspnet-core/pull/140/files#diff-d5a2cea578a0446aad66faf31bf1076ae94c9916b1a3374e342272a6300e8344> (2)
Patch Links:
* https://github.com/microsoftgraph/msgraph-sample-aspnet-core/pull/140.patch
* https://github.com/microsoftgraph/msgraph-sample-aspnet-core/pull/140.diff
—
Reply to this email directly, view it on GitHub<#140>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACENBRSVD7Q77H3D42QRKHLYI4IQTAVCNFSM6AAAAABAP2YYUSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZTKNZYGA2DSNQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/github_actions/actions/setup-dotnet-4
branch
December 11, 2023 16:21
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
github_actions
Pull requests that update GitHub Actions code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps actions/setup-dotnet from 3 to 4.
Release notes
Sourced from actions/setup-dotnet's releases.
... (truncated)
Commits
4d6c8fc
Upgrade Node to v20 (#484)2216f56
Update semver (#468)736bc6d
Merge pull request #462 from akv-platform/update-installersf5526c2
Update installers4dba25f
Bump word-wrap from 1.2.3 to 1.2.4 (#444)ada8800
Bump semver from 6.3.0 to 6.3.1 (#443)e174912
Update dependencies (#440)a6be55a
Update fast-xml-parser and dotnet installer scripts (#437)9b40770
Merge pull request #433 from akv-platform/sequential-version-install-fix4827734
Reduce number of e2e testsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)