Bumps gradle/actions from 3.1.0 to 3.2.1.
Release notes
Sourced from gradle/actions's releases.
v3.2.1
The recent update to use
com.develocity.gradleplugin resulted in many deprecation warnings being triggered by the init-scripts bundled with this action. This patch release updates these init-scripts to avoid these deprecation warnings.What's Changed
Full Changelog: https://github.com/gradle/actions/compare/v3.2.0...v3.2.1
v3.2.0
Changelog
General improvements
- [NEW] Support authentication for plugin repositories (#31)
- [FIX] Improve rendering of build results table with long values (#35)
Improvements to Dependency Submission
- [FIX] Do not attempt to resolve dependency configurations that are excluded via env var (#107)
Improvements to Develocity injection
- [NEW] Use
com.develocity.gradleplugin version3.17by default- [NEW] Can configure capture of file-fingerprint (#58)
- [FIX] Reduce log-level of messages emitted by Develocity injection (#60)
Note
Release includes
v3.2.0ofgradle/actions/setup-gradleandgradle/actions/dependency-submission. Available under thev3version tag.The
gradle/actions/setup-gradleaction supersedesgradle/gradle-build-action. Thegradle/gradle-build-action@v3.2.0version will be released in parallel, and will delegate to this release ofgradle/actions/setup-gradle.Full Changelog: https://github.com/gradle/actions/compare/v3.1.0...v3.2.0
Commits
1168cd3Prepare for v3.2.1 release3fdc233Build outputsb2249f3Fix Develocity deprecation warnings triggered by init-scripts6f92769Make it possible to run more init-script tests on M1 Mac59cb762Bump Gradle used to run init-script tests9d5641eBump to CCUD plugin v2.0 everywheree24011aUpdatedependency-submissionaction for 3.2.0eb261d5Document plugin authentication in README875d136Update NPM dependency versionsa5a8ae9Bump to v1.3.0 of the dependency-graph plugin- Additional commits viewable in compare view
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
Comment From: dependabot[bot]
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.