Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#375)
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 6eed05751ff69ae8a0914853dd91bee74dc7f0bb.
  • Loading branch information
pulumi-bot committed Dec 13, 2023
1 parent 96fd5b3 commit d854fcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d854fcd

Please sign in to comment.