diff --git a/.github/workflows/upgrade-bridge.yml b/.github/workflows/upgrade-bridge.yml index 11421faa..a97b50bf 100644 --- a/.github/workflows/upgrade-bridge.yml +++ b/.github/workflows/upgrade-bridge.yml @@ -48,7 +48,7 @@ jobs: steps: - name: Call upgrade provider action if: github.event_name == 'workflow_dispatch' - uses: pulumi/pulumi-upgrade-provider-action@v0.0.10 + uses: pulumi/pulumi-upgrade-provider-action@v0.0.11 with: kind: bridge email: bot@pulumi.com @@ -60,7 +60,7 @@ jobs: pr-description: ${{ inputs.pr-description }} - name: Call upgrade provider action if: github.event_name == 'repository_dispatch' - uses: pulumi/pulumi-upgrade-provider-action@v0.0.10 + uses: pulumi/pulumi-upgrade-provider-action@v0.0.11 with: kind: bridge email: bot@pulumi.com diff --git a/.github/workflows/upgrade-provider.yml b/.github/workflows/upgrade-provider.yml index 959c20da..a2a0b821 100644 --- a/.github/workflows/upgrade-provider.yml +++ b/.github/workflows/upgrade-provider.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Call upgrade provider action - uses: pulumi/pulumi-upgrade-provider-action@v0.0.10 + uses: pulumi/pulumi-upgrade-provider-action@v0.0.11 with: kind: all email: bot@pulumi.com diff --git a/Makefile b/Makefile index ad5dff7a..cd57d960 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,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: