Skip to content

Commit

Permalink
chore(ci): switch back to official Pulumi upgrade action (#228)
Browse files Browse the repository at this point in the history
We briefly switched to a fork of the Pulumi upgrade action in order to
use a consistent Go version in all places in our GitHub actions. The
change from our fork has been adopted upstream so we can go back to
using the latest release of the official action.
  • Loading branch information
ctreatma authored Oct 29, 2024
1 parent 784ff7c commit c11f33c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/upgrade-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
ref: ${{ github.ref_name }}
- name: Call upgrade provider action
if: github.event_name == 'workflow_dispatch'
uses: equinix-labs/pulumi-upgrade-provider-action@parameterize-go-version
#TODO: switch back to upstream when it supports configurable go version
#uses: pulumi/[email protected]
uses: pulumi/[email protected]
with:
kind: bridge
email: [email protected]
Expand All @@ -57,9 +55,7 @@ jobs:
go-version-file: provider/go.mod
- name: Call upgrade provider action
if: github.event_name == 'repository_dispatch'
uses: equinix-labs/pulumi-upgrade-provider-action@parameterize-go-version
#TODO: switch back to upstream when it supports configurable go version
#uses: pulumi/[email protected]
uses: pulumi/[email protected]
with:
kind: bridge
email: [email protected]
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/upgrade-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
run: |
echo "version=$(cat .pulumi-java-gen.version)" >> "$GITHUB_OUTPUT"
- name: Call upgrade provider action
uses: equinix-labs/pulumi-upgrade-provider-action@parameterize-go-version
#TODO: switch back to upstream when it supports configurable go version
#uses: pulumi/[email protected]
uses: pulumi/[email protected]
with:
kind: provider
email: [email protected]
Expand Down

0 comments on commit c11f33c

Please sign in to comment.