mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
[bot] Update dist directory
This commit is contained in:
parent
6d55902761
commit
6cec5d49d4
10 changed files with 60770 additions and 13 deletions
4
dist/dependency-submission/main/index.js
vendored
4
dist/dependency-submission/main/index.js
vendored
|
@ -145006,9 +145006,9 @@ function getDeprecations() {
|
|||
return recordedDeprecations;
|
||||
}
|
||||
exports.getDeprecations = getDeprecations;
|
||||
function emitDeprecationWarnings() {
|
||||
function emitDeprecationWarnings(hasJobSummary = true) {
|
||||
if (recordedDeprecations.length > 0) {
|
||||
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the Job Summary for more details.`);
|
||||
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the ${hasJobSummary ? 'Job Summary' : 'logs'} for more details.`);
|
||||
for (const deprecation of recordedDeprecations) {
|
||||
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
||||
}
|
||||
|
|
2
dist/dependency-submission/main/index.js.map
vendored
2
dist/dependency-submission/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/dependency-submission/post/index.js
vendored
4
dist/dependency-submission/post/index.js
vendored
|
@ -96167,9 +96167,9 @@ function getDeprecations() {
|
|||
return recordedDeprecations;
|
||||
}
|
||||
exports.getDeprecations = getDeprecations;
|
||||
function emitDeprecationWarnings() {
|
||||
function emitDeprecationWarnings(hasJobSummary = true) {
|
||||
if (recordedDeprecations.length > 0) {
|
||||
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the Job Summary for more details.`);
|
||||
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the ${hasJobSummary ? 'Job Summary' : 'logs'} for more details.`);
|
||||
for (const deprecation of recordedDeprecations) {
|
||||
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
||||
}
|
||||
|
|
2
dist/dependency-submission/post/index.js.map
vendored
2
dist/dependency-submission/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/setup-gradle/main/index.js
vendored
4
dist/setup-gradle/main/index.js
vendored
|
@ -144934,9 +144934,9 @@ function getDeprecations() {
|
|||
return recordedDeprecations;
|
||||
}
|
||||
exports.getDeprecations = getDeprecations;
|
||||
function emitDeprecationWarnings() {
|
||||
function emitDeprecationWarnings(hasJobSummary = true) {
|
||||
if (recordedDeprecations.length > 0) {
|
||||
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the Job Summary for more details.`);
|
||||
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the ${hasJobSummary ? 'Job Summary' : 'logs'} for more details.`);
|
||||
for (const deprecation of recordedDeprecations) {
|
||||
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
||||
}
|
||||
|
|
2
dist/setup-gradle/main/index.js.map
vendored
2
dist/setup-gradle/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/setup-gradle/post/index.js
vendored
4
dist/setup-gradle/post/index.js
vendored
|
@ -142387,9 +142387,9 @@ function getDeprecations() {
|
|||
return recordedDeprecations;
|
||||
}
|
||||
exports.getDeprecations = getDeprecations;
|
||||
function emitDeprecationWarnings() {
|
||||
function emitDeprecationWarnings(hasJobSummary = true) {
|
||||
if (recordedDeprecations.length > 0) {
|
||||
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the Job Summary for more details.`);
|
||||
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the ${hasJobSummary ? 'Job Summary' : 'logs'} for more details.`);
|
||||
for (const deprecation of recordedDeprecations) {
|
||||
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
||||
}
|
||||
|
|
2
dist/setup-gradle/post/index.js.map
vendored
2
dist/setup-gradle/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
60757
dist/wrapper-validation/main/index.js
vendored
60757
dist/wrapper-validation/main/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/wrapper-validation/main/index.js.map
vendored
2
dist/wrapper-validation/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue