Skip to content

Commit f56476a

Browse files
authored
Update GitHub Actions workflows. (#1077)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 960d5e1ea4a696f40452937c615c118c93c2632a.
1 parent 514d281 commit f56476a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/upgrade-bridge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
tools: pulumictl, pulumicli, nodejs, python, dotnet, go, java
7575
- name: Call upgrade provider action
7676
if: github.event_name == 'workflow_dispatch'
77-
uses: pulumi/pulumi-upgrade-provider-action@699de04d401c93c74824805b8d3e2936369f97db # v0.0.14
77+
uses: pulumi/pulumi-upgrade-provider-action@ff5cb5907aecba099e61146c4d4d074c7fd6ca99 # v0.0.15
7878
with:
7979
kind: ${{ inputs.kind }}
8080
@@ -87,7 +87,7 @@ jobs:
8787
pr-title-prefix: ${{ inputs.pr-title-prefix }}
8888
- name: Call upgrade provider action
8989
if: github.event_name == 'repository_dispatch'
90-
uses: pulumi/pulumi-upgrade-provider-action@699de04d401c93c74824805b8d3e2936369f97db # v0.0.14
90+
uses: pulumi/pulumi-upgrade-provider-action@ff5cb5907aecba099e61146c4d4d074c7fd6ca99 # v0.0.15
9191
with:
9292
kind: ${{ github.event.client_payload.kind || 'bridge' }}
9393

.github/workflows/upgrade-provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
id: upgrade_provider
7272
if: steps.target_version.outputs.version != ''
7373
continue-on-error: true
74-
uses: pulumi/pulumi-upgrade-provider-action@699de04d401c93c74824805b8d3e2936369f97db # v0.0.14
74+
uses: pulumi/pulumi-upgrade-provider-action@ff5cb5907aecba099e61146c4d4d074c7fd6ca99 # v0.0.15
7575
with:
7676
kind: all
7777

0 commit comments

Comments
 (0)