Update pulumi to v3.148.0 #231
Annotations
2 errors and 1 warning
sdk/dotnet/Utilities.cs#L1
File modified:
@@ -57,6 +57,14 @@ namespace UnMango.Commandx
return dst;
}
+ public static global::Pulumi.InvokeOutputOptions WithDefaults(this global::Pulumi.InvokeOutputOptions? src)
+ {
+ var dst = src ?? new global::Pulumi.InvokeOutputOptions{};
+ dst.Version = src?.Version ?? Version;
+ dst.PluginDownloadURL = src?.PluginDownloadURL ?? "github://api.github.com/UnstoppableMango";
+ return dst;
+ }
+
private readonly static string version;
public static string Version => version;
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The logs for this run have expired and are no longer available.
Loading