Skip to content

Commit e545d2e

Browse files
Update pulumi/actions action to v6.3.0 (#779)
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 3b4c7b2 commit e545d2e

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
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
repo: pulumi/pulumictl
7272
- name: Install Pulumi CLI
73-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
73+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
7474
with:
7575
pulumi-version-file: .pulumi.version
7676
- name: Build codegen binaries
@@ -183,7 +183,7 @@ jobs:
183183
with:
184184
repo: pulumi/pulumictl
185185
- name: Install Pulumi CLI
186-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
186+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
187187
with:
188188
pulumi-version-file: .pulumi.version
189189
- name: Setup Node
@@ -327,7 +327,7 @@ jobs:
327327
with:
328328
repo: pulumi/pulumictl
329329
- name: Install Pulumi CLI
330-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
330+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
331331
with:
332332
pulumi-version-file: .pulumi.version
333333
- name: Setup Node
@@ -449,7 +449,7 @@ jobs:
449449
with:
450450
repo: pulumi/pulumictl
451451
- name: Install Pulumi CLI
452-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
452+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
453453
with:
454454
pulumi-version-file: .pulumi.version
455455
- name: Configure AWS Credentials
@@ -506,7 +506,7 @@ jobs:
506506
with:
507507
repo: pulumi/pulumictl
508508
- name: Install Pulumi CLI
509-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
509+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
510510
- name: Setup Node
511511
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
512512
with:

.github/workflows/prerelease.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
repo: pulumi/pulumictl
6464
- name: Install Pulumi CLI
65-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
65+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
6666
with:
6767
pulumi-version-file: .pulumi.version
6868
- name: Build codegen binaries
@@ -175,7 +175,7 @@ jobs:
175175
with:
176176
repo: pulumi/pulumictl
177177
- name: Install Pulumi CLI
178-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
178+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
179179
with:
180180
pulumi-version-file: .pulumi.version
181181
- name: Setup Node
@@ -318,7 +318,7 @@ jobs:
318318
with:
319319
repo: pulumi/pulumictl
320320
- name: Install Pulumi CLI
321-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
321+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
322322
with:
323323
pulumi-version-file: .pulumi.version
324324
- name: Setup Node
@@ -440,7 +440,7 @@ jobs:
440440
with:
441441
repo: pulumi/pulumictl
442442
- name: Install Pulumi CLI
443-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
443+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
444444
with:
445445
pulumi-version-file: .pulumi.version
446446
- name: Configure AWS Credentials
@@ -497,7 +497,7 @@ jobs:
497497
with:
498498
repo: pulumi/pulumictl
499499
- name: Install Pulumi CLI
500-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
500+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
501501
- name: Setup Node
502502
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
503503
with:
@@ -574,7 +574,7 @@ jobs:
574574
with:
575575
repo: pulumi/pulumictl
576576
- name: Install Pulumi CLI
577-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
577+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
578578
- name: Setup Java
579579
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
580580
with:

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
repo: pulumi/pulumictl
6464
- name: Install Pulumi CLI
65-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
65+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
6666
with:
6767
pulumi-version-file: .pulumi.version
6868
- name: Build codegen binaries
@@ -175,7 +175,7 @@ jobs:
175175
with:
176176
repo: pulumi/pulumictl
177177
- name: Install Pulumi CLI
178-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
178+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
179179
with:
180180
pulumi-version-file: .pulumi.version
181181
- name: Setup Node
@@ -318,7 +318,7 @@ jobs:
318318
with:
319319
repo: pulumi/pulumictl
320320
- name: Install Pulumi CLI
321-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
321+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
322322
with:
323323
pulumi-version-file: .pulumi.version
324324
- name: Setup Node
@@ -440,7 +440,7 @@ jobs:
440440
with:
441441
repo: pulumi/pulumictl
442442
- name: Install Pulumi CLI
443-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
443+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
444444
with:
445445
pulumi-version-file: .pulumi.version
446446
- name: Configure AWS Credentials
@@ -497,7 +497,7 @@ jobs:
497497
with:
498498
repo: pulumi/pulumictl
499499
- name: Install Pulumi CLI
500-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
500+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
501501
- name: Setup Node
502502
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
503503
with:
@@ -574,7 +574,7 @@ jobs:
574574
with:
575575
repo: pulumi/pulumictl
576576
- name: Install Pulumi CLI
577-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
577+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
578578
- name: Setup Java
579579
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
580580
with:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
repo: pulumi/pulumictl
8080
- name: Install Pulumi CLI
81-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
81+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
8282
with:
8383
pulumi-version-file: .pulumi.version
8484
- name: Build codegen binaries
@@ -195,7 +195,7 @@ jobs:
195195
with:
196196
repo: pulumi/pulumictl
197197
- name: Install Pulumi CLI
198-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
198+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
199199
with:
200200
pulumi-version-file: .pulumi.version
201201
- name: Setup Node
@@ -343,7 +343,7 @@ jobs:
343343
with:
344344
repo: pulumi/pulumictl
345345
- name: Install Pulumi CLI
346-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
346+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
347347
with:
348348
pulumi-version-file: .pulumi.version
349349
- name: Setup Node

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
repo: pulumi/pulumictl
5050
- name: Install Pulumi CLI
51-
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
51+
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6.3.0
5252
with:
5353
pulumi-version-file: .pulumi.version
5454
- name: Setup DotNet

0 commit comments

Comments
 (0)