Skip to content

Commit 78077cd

Browse files
Update pulumi/actions digest to cc7494b (#1628)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pulumi/actions](https://redirect.github.com/pulumi/actions) | action | digest | `1e05f8d` -> `cc7494b` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent dd51e89 commit 78077cd

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/refresh-gh-branch-protection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 18.x
2525
- run: npm install
2626
working-directory: infra/providers
27-
- uses: pulumi/actions@1e05f8defdf9b836a8390236cbf121f4c20c4fd8 # v6
27+
- uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6
2828
with:
2929
command: refresh
3030
stack-name: pulumi/production

provider-ci/internal/pkg/templates/base/.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747

4848
- name: Install Pulumi CLI
4949
if: inputs.tools == 'all' || contains(inputs.tools, 'pulumicli')
50-
uses: pulumi/actions@1e05f8defdf9b836a8390236cbf121f4c20c4fd8 # v6
50+
uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6
5151
with:
5252
pulumi-version: "#{{ .Config.ToolVersions.Pulumi }}#"
5353

provider-ci/test-providers/acme/.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747

4848
- name: Install Pulumi CLI
4949
if: inputs.tools == 'all' || contains(inputs.tools, 'pulumicli')
50-
uses: pulumi/actions@1e05f8defdf9b836a8390236cbf121f4c20c4fd8 # v6
50+
uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6
5151
with:
5252
pulumi-version: "dev"
5353

provider-ci/test-providers/aws/.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747

4848
- name: Install Pulumi CLI
4949
if: inputs.tools == 'all' || contains(inputs.tools, 'pulumicli')
50-
uses: pulumi/actions@1e05f8defdf9b836a8390236cbf121f4c20c4fd8 # v6
50+
uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6
5151
with:
5252
pulumi-version: "dev"
5353

provider-ci/test-providers/cloudflare/.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747

4848
- name: Install Pulumi CLI
4949
if: inputs.tools == 'all' || contains(inputs.tools, 'pulumicli')
50-
uses: pulumi/actions@1e05f8defdf9b836a8390236cbf121f4c20c4fd8 # v6
50+
uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6
5151
with:
5252
pulumi-version: "dev"
5353

provider-ci/test-providers/docker/.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747

4848
- name: Install Pulumi CLI
4949
if: inputs.tools == 'all' || contains(inputs.tools, 'pulumicli')
50-
uses: pulumi/actions@1e05f8defdf9b836a8390236cbf121f4c20c4fd8 # v6
50+
uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6
5151
with:
5252
pulumi-version: "dev"
5353

provider-ci/test-providers/eks/.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747

4848
- name: Install Pulumi CLI
4949
if: inputs.tools == 'all' || contains(inputs.tools, 'pulumicli')
50-
uses: pulumi/actions@1e05f8defdf9b836a8390236cbf121f4c20c4fd8 # v6
50+
uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6
5151
with:
5252
pulumi-version: "dev"
5353

provider-ci/test-providers/terraform-module/.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747

4848
- name: Install Pulumi CLI
4949
if: inputs.tools == 'all' || contains(inputs.tools, 'pulumicli')
50-
uses: pulumi/actions@1e05f8defdf9b836a8390236cbf121f4c20c4fd8 # v6
50+
uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6
5151
with:
5252
pulumi-version: "dev"
5353

provider-ci/test-providers/xyz/.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747

4848
- name: Install Pulumi CLI
4949
if: inputs.tools == 'all' || contains(inputs.tools, 'pulumicli')
50-
uses: pulumi/actions@1e05f8defdf9b836a8390236cbf121f4c20c4fd8 # v6
50+
uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6
5151
with:
5252
pulumi-version: "dev"
5353

0 commit comments

Comments
 (0)