mirror of
https://github.com/gradle/actions.git
synced 2026-04-19 18:12:58 +08:00
[bot] Update dist directory
This commit is contained in:
committed by
github-actions[bot]
parent
6d55902761
commit
6cec5d49d4
+2
-2
@@ -145006,9 +145006,9 @@ function getDeprecations() {
|
|||||||
return recordedDeprecations;
|
return recordedDeprecations;
|
||||||
}
|
}
|
||||||
exports.getDeprecations = getDeprecations;
|
exports.getDeprecations = getDeprecations;
|
||||||
function emitDeprecationWarnings() {
|
function emitDeprecationWarnings(hasJobSummary = true) {
|
||||||
if (recordedDeprecations.length > 0) {
|
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) {
|
for (const deprecation of recordedDeprecations) {
|
||||||
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+2
-2
@@ -96167,9 +96167,9 @@ function getDeprecations() {
|
|||||||
return recordedDeprecations;
|
return recordedDeprecations;
|
||||||
}
|
}
|
||||||
exports.getDeprecations = getDeprecations;
|
exports.getDeprecations = getDeprecations;
|
||||||
function emitDeprecationWarnings() {
|
function emitDeprecationWarnings(hasJobSummary = true) {
|
||||||
if (recordedDeprecations.length > 0) {
|
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) {
|
for (const deprecation of recordedDeprecations) {
|
||||||
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -144934,9 +144934,9 @@ function getDeprecations() {
|
|||||||
return recordedDeprecations;
|
return recordedDeprecations;
|
||||||
}
|
}
|
||||||
exports.getDeprecations = getDeprecations;
|
exports.getDeprecations = getDeprecations;
|
||||||
function emitDeprecationWarnings() {
|
function emitDeprecationWarnings(hasJobSummary = true) {
|
||||||
if (recordedDeprecations.length > 0) {
|
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) {
|
for (const deprecation of recordedDeprecations) {
|
||||||
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -142387,9 +142387,9 @@ function getDeprecations() {
|
|||||||
return recordedDeprecations;
|
return recordedDeprecations;
|
||||||
}
|
}
|
||||||
exports.getDeprecations = getDeprecations;
|
exports.getDeprecations = getDeprecations;
|
||||||
function emitDeprecationWarnings() {
|
function emitDeprecationWarnings(hasJobSummary = true) {
|
||||||
if (recordedDeprecations.length > 0) {
|
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) {
|
for (const deprecation of recordedDeprecations) {
|
||||||
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+60757
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user