We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbb819 commit ccb7da8Copy full SHA for ccb7da8
dist/setup/index.js
@@ -65283,7 +65283,7 @@ function resolveVersionInput() {
65283
core.info(`Resolved ${versionFile} as ${version}`);
65284
return version;
65285
}
65286
- logWarning("Neither 'python-version' nor 'python-version-file' inputs were supplied.");
+ core.warning("Neither 'python-version' nor 'python-version-file' inputs were supplied.");
65287
65288
65289
function run() {
src/setup-python.ts
@@ -56,7 +56,7 @@ function resolveVersionInput(): string {
56
57
58
59
- logWarning(
+ core.warning(
60
"Neither 'python-version' nor 'python-version-file' inputs were supplied."
61
);
62
0 commit comments