Skip to content

Commit ce8b2ef

Browse files
authored
Update GitHub Actions workflows. (#1065)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit c22ee327908c6678935476787413a5086874c6f2.
1 parent 2973078 commit ce8b2ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
continue-on-error: true
5151
run: make prepare_local_workspace
5252
- name: golangci-lint
53-
uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6
53+
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6
5454
with:
5555
version: v1.60
5656
working-directory: provider

.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@a1d9f03fbfd923f787427c1d9e99c2356711d483 # v0.0.13
77+
uses: pulumi/pulumi-upgrade-provider-action@699de04d401c93c74824805b8d3e2936369f97db # v0.0.14
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@a1d9f03fbfd923f787427c1d9e99c2356711d483 # v0.0.13
90+
uses: pulumi/pulumi-upgrade-provider-action@699de04d401c93c74824805b8d3e2936369f97db # v0.0.14
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@a1d9f03fbfd923f787427c1d9e99c2356711d483 # v0.0.13
74+
uses: pulumi/pulumi-upgrade-provider-action@699de04d401c93c74824805b8d3e2936369f97db # v0.0.14
7575
with:
7676
kind: all
7777

0 commit comments

Comments
 (0)