Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#329)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit 601cb710ba9f79f930d32c37262a5747abb135ed.
  • Loading branch information
pulumi-bot committed Dec 12, 2023
1 parent f5384bb commit a849737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -149,7 +149,7 @@ ci-mgmt: .ci-mgmt.yaml
--config $<

.pulumi/bin/pulumi: .pulumi/version
curl -fsSL https://get.pulumi.com | HOME=$(WORKING_DIR) sh -s -- --version $(cat .pulumi/version)
curl -fsSL https://get.pulumi.com | HOME=$(WORKING_DIR) sh -s -- --version $(shell cat .pulumi/version)

# Compute the version of Pulumi to use by inspecting the Go dependencies of the provider.
.pulumi/version:
Expand Down

0 comments on commit a849737

Please sign in to comment.