https://pulumi.com logo
Title
p

powerful-furniture-83753

11/18/2021, 2:37 PM
Hey Folks. How can i get the github action to use a different version of Pulumi? After the update to v3.18.0 my builds are failing (one randomly, one consistently, with a nil pointer deref) with no other related code changes, and i want to see if downgrading to 3.17.1 will help. Info was posted in #aws
h

happy-parrot-60128

11/18/2021, 4:02 PM
I think the GitHub actions actually uses the Automation API to execute commands rather than invoking the CLI (although it does also install that too). I think the CLI version is therefore not able to be specified and probably wouldn't fix an issue - as the automation API is part of the
@pulumi/pulumi
package