Skip to content

Commit d276c6e

Browse files
Update pulumi/actions action to v6.3.0 (#452)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pulumi/actions](https://redirect.github.com/pulumi/actions) | action | minor | `v6.2.0` -> `v6.3.0` | --- ### Release Notes <details> <summary>pulumi/actions (pulumi/actions)</summary> ### [`v6.3.0`](https://redirect.github.com/pulumi/actions/releases/tag/v6.3.0) [Compare Source](https://redirect.github.com/pulumi/actions/compare/v6.2.0...v6.3.0) ##### What's Changed - Use ESC secrets by [@&#8203;pgavlin](https://redirect.github.com/pgavlin) in [https://github.com/pulumi/actions/pull/1365](https://redirect.github.com/pulumi/actions/pull/1365) - feat: debug and verbosity by [@&#8203;ekbduffy](https://redirect.github.com/ekbduffy) in [https://github.com/pulumi/actions/pull/1046](https://redirect.github.com/pulumi/actions/pull/1046) - update "user agent" string from `pulumi/actions@v5` to `pulumi/actions@v6` by [@&#8203;EronWright](https://redirect.github.com/EronWright) in [https://github.com/pulumi/actions/pull/1367](https://redirect.github.com/pulumi/actions/pull/1367) - Expose `--exclude` and `--exclude-dependents` by [@&#8203;i-am-tom](https://redirect.github.com/i-am-tom) in [https://github.com/pulumi/actions/pull/1363](https://redirect.github.com/pulumi/actions/pull/1363) ##### New Contributors - [@&#8203;pgavlin](https://redirect.github.com/pgavlin) made their first contribution in [https://github.com/pulumi/actions/pull/1365](https://redirect.github.com/pulumi/actions/pull/1365) - [@&#8203;ekbduffy](https://redirect.github.com/ekbduffy) made their first contribution in [https://github.com/pulumi/actions/pull/1046](https://redirect.github.com/pulumi/actions/pull/1046) - [@&#8203;EronWright](https://redirect.github.com/EronWright) made their first contribution in [https://github.com/pulumi/actions/pull/1367](https://redirect.github.com/pulumi/actions/pull/1367) - [@&#8203;i-am-tom](https://redirect.github.com/i-am-tom) made their first contribution in [https://github.com/pulumi/actions/pull/1363](https://redirect.github.com/pulumi/actions/pull/1363) **Full Changelog**: pulumi/actions@v6...v6.3.0 </details> --- ### 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 8dd33a6 commit d276c6e

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
repo: pulumi/pulumictl
7777
- name: Install Pulumi CLI
78-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
78+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
7979
with:
8080
pulumi-version-file: .pulumi.version
8181
- if: github.event_name == 'pull_request'
@@ -222,7 +222,7 @@ jobs:
222222
with:
223223
repo: pulumi/pulumictl
224224
- name: Install Pulumi CLI
225-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
225+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
226226
with:
227227
pulumi-version-file: .pulumi.version
228228
- name: Setup Node
@@ -368,7 +368,7 @@ jobs:
368368
with:
369369
repo: pulumi/pulumictl
370370
- name: Install Pulumi CLI
371-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
371+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
372372
with:
373373
pulumi-version-file: .pulumi.version
374374
- name: Setup Node
@@ -482,7 +482,7 @@ jobs:
482482
with:
483483
repo: pulumi/pulumictl
484484
- name: Install Pulumi CLI
485-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
485+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
486486
with:
487487
pulumi-version-file: .pulumi.version
488488
- name: Configure AWS Credentials
@@ -539,7 +539,7 @@ jobs:
539539
with:
540540
repo: pulumi/pulumictl
541541
- name: Install Pulumi CLI
542-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
542+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
543543
- name: Setup Node
544544
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
545545
with:

.github/workflows/prerelease.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
repo: pulumi/pulumictl
6969
- name: Install Pulumi CLI
70-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
70+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
7171
with:
7272
pulumi-version-file: .pulumi.version
7373
- if: github.event_name == 'pull_request'
@@ -214,7 +214,7 @@ jobs:
214214
with:
215215
repo: pulumi/pulumictl
216216
- name: Install Pulumi CLI
217-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
217+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
218218
with:
219219
pulumi-version-file: .pulumi.version
220220
- name: Setup Node
@@ -359,7 +359,7 @@ jobs:
359359
with:
360360
repo: pulumi/pulumictl
361361
- name: Install Pulumi CLI
362-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
362+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
363363
with:
364364
pulumi-version-file: .pulumi.version
365365
- name: Setup Node
@@ -473,7 +473,7 @@ jobs:
473473
with:
474474
repo: pulumi/pulumictl
475475
- name: Install Pulumi CLI
476-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
476+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
477477
with:
478478
pulumi-version-file: .pulumi.version
479479
- name: Configure AWS Credentials
@@ -530,7 +530,7 @@ jobs:
530530
with:
531531
repo: pulumi/pulumictl
532532
- name: Install Pulumi CLI
533-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
533+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
534534
- name: Setup Node
535535
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
536536
with:
@@ -607,7 +607,7 @@ jobs:
607607
with:
608608
repo: pulumi/pulumictl
609609
- name: Install Pulumi CLI
610-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
610+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
611611
- name: Setup Java
612612
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
613613
with:

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
repo: pulumi/pulumictl
6969
- name: Install Pulumi CLI
70-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
70+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
7171
with:
7272
pulumi-version-file: .pulumi.version
7373
- if: github.event_name == 'pull_request'
@@ -214,7 +214,7 @@ jobs:
214214
with:
215215
repo: pulumi/pulumictl
216216
- name: Install Pulumi CLI
217-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
217+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
218218
with:
219219
pulumi-version-file: .pulumi.version
220220
- name: Setup Node
@@ -359,7 +359,7 @@ jobs:
359359
with:
360360
repo: pulumi/pulumictl
361361
- name: Install Pulumi CLI
362-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
362+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
363363
with:
364364
pulumi-version-file: .pulumi.version
365365
- name: Setup Node
@@ -473,7 +473,7 @@ jobs:
473473
with:
474474
repo: pulumi/pulumictl
475475
- name: Install Pulumi CLI
476-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
476+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
477477
with:
478478
pulumi-version-file: .pulumi.version
479479
- name: Configure AWS Credentials
@@ -530,7 +530,7 @@ jobs:
530530
with:
531531
repo: pulumi/pulumictl
532532
- name: Install Pulumi CLI
533-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
533+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
534534
- name: Setup Node
535535
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
536536
with:
@@ -607,7 +607,7 @@ jobs:
607607
with:
608608
repo: pulumi/pulumictl
609609
- name: Install Pulumi CLI
610-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
610+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
611611
- name: Setup Java
612612
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
613613
with:

.github/workflows/run-acceptance-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
repo: pulumi/pulumictl
8585
- name: Install Pulumi CLI
86-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
86+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
8787
with:
8888
pulumi-version-file: .pulumi.version
8989
- if: github.event_name == 'pull_request'
@@ -234,7 +234,7 @@ jobs:
234234
with:
235235
repo: pulumi/pulumictl
236236
- name: Install Pulumi CLI
237-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
237+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
238238
with:
239239
pulumi-version-file: .pulumi.version
240240
- name: Setup Node
@@ -384,7 +384,7 @@ jobs:
384384
with:
385385
repo: pulumi/pulumictl
386386
- name: Install Pulumi CLI
387-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
387+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
388388
with:
389389
pulumi-version-file: .pulumi.version
390390
- name: Setup Node

.github/workflows/weekly-pulumi-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
repo: pulumi/pulumictl
5555
- name: Install Pulumi CLI
56-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
56+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
5757
with:
5858
pulumi-version-file: .pulumi.version
5959
- name: Setup DotNet

0 commit comments

Comments
 (0)