Skip to content

Commit 2e39fff

Browse files
ringodspulumi-bot
andauthoredFeb 11, 2025··
Regenerate workflows for pulumi-grafana (#239)
Co-authored-by: pulumi-bot <[email protected]>
1 parent 95a5f18 commit 2e39fff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
continue-on-error: true
4949
run: make prepare_local_workspace
5050
- name: golangci-lint
51-
uses: golangci/golangci-lint-action@e60da84bfae8c7920a47be973d75e15710aa8bd7 # v6
51+
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6
5252
with:
5353
version: v1.60
5454
working-directory: provider

‎.github/workflows/upgrade-bridge.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
tools: pulumictl, pulumicli, dotnet, go, nodejs, python
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
email: bot@pulumi.com
@@ -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
email: bot@pulumi.com

‎.github/workflows/upgrade-provider.yml

+1-1
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
email: bot@pulumi.com

0 commit comments

Comments
 (0)
Please sign in to comment.