Skip to content

Commit fe5265a

Browse files
committed
[internal] Update GitHub Actions workflow files
1 parent 3cf5b96 commit fe5265a

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
with:
227227
pulumi-version-file: .pulumi.version
228228
- name: Setup Node
229-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
229+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
230230
with:
231231
node-version: ${{ env.NODEVERSION }}
232232
registry-url: https://registry.npmjs.org
@@ -371,7 +371,7 @@ jobs:
371371
with:
372372
pulumi-version-file: .pulumi.version
373373
- name: Setup Node
374-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
374+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
375375
with:
376376
node-version: ${{ env.NODEVERSION }}
377377
registry-url: https://registry.npmjs.org
@@ -538,7 +538,7 @@ jobs:
538538
- name: Install Pulumi CLI
539539
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
540540
- name: Setup Node
541-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
541+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
542542
with:
543543
node-version: ${{ env.NODEVERSION }}
544544
registry-url: https://registry.npmjs.org
@@ -606,7 +606,7 @@ jobs:
606606
run: git grep -l 'go:embed' -- provider | xargs --no-run-if-empty sed -i
607607
's/go:embed/ goembed/g'
608608
- name: golangci-lint provider pkg
609-
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
609+
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
610610
with:
611611
version: ${{ env.GOLANGCI_LINT_VERSION }}
612612
args: -c ../.golangci.yml

.github/workflows/prerelease.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
with:
219219
pulumi-version-file: .pulumi.version
220220
- name: Setup Node
221-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
221+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
222222
with:
223223
node-version: ${{ env.NODEVERSION }}
224224
registry-url: https://registry.npmjs.org
@@ -362,7 +362,7 @@ jobs:
362362
with:
363363
pulumi-version-file: .pulumi.version
364364
- name: Setup Node
365-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
365+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
366366
with:
367367
node-version: ${{ env.NODEVERSION }}
368368
registry-url: https://registry.npmjs.org
@@ -529,7 +529,7 @@ jobs:
529529
- name: Install Pulumi CLI
530530
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
531531
- name: Setup Node
532-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
532+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
533533
with:
534534
node-version: ${{ env.NODEVERSION }}
535535
registry-url: https://registry.npmjs.org

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
with:
219219
pulumi-version-file: .pulumi.version
220220
- name: Setup Node
221-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
221+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
222222
with:
223223
node-version: ${{ env.NODEVERSION }}
224224
registry-url: https://registry.npmjs.org
@@ -362,7 +362,7 @@ jobs:
362362
with:
363363
pulumi-version-file: .pulumi.version
364364
- name: Setup Node
365-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
365+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
366366
with:
367367
node-version: ${{ env.NODEVERSION }}
368368
registry-url: https://registry.npmjs.org
@@ -529,7 +529,7 @@ jobs:
529529
- name: Install Pulumi CLI
530530
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
531531
- name: Setup Node
532-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
532+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
533533
with:
534534
node-version: ${{ env.NODEVERSION }}
535535
registry-url: https://registry.npmjs.org

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
with:
239239
pulumi-version-file: .pulumi.version
240240
- name: Setup Node
241-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
241+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
242242
with:
243243
node-version: ${{ env.NODEVERSION }}
244244
registry-url: https://registry.npmjs.org
@@ -387,7 +387,7 @@ jobs:
387387
with:
388388
pulumi-version-file: .pulumi.version
389389
- name: Setup Node
390-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
390+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
391391
with:
392392
node-version: ${{ env.NODEVERSION }}
393393
registry-url: https://registry.npmjs.org
@@ -502,7 +502,7 @@ jobs:
502502
run: git grep -l 'go:embed' -- provider | xargs --no-run-if-empty sed -i
503503
's/go:embed/ goembed/g'
504504
- name: golangci-lint provider pkg
505-
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
505+
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
506506
with:
507507
version: ${{ env.GOLANGCI_LINT_VERSION }}
508508
args: -c ../.golangci.yml

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
dotnet-version: ${{ env.DOTNETVERSION }}
6363
- name: Setup Node
64-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
64+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
6565
with:
6666
node-version: ${{ env.NODEVERSION }}
6767
registry-url: https://registry.npmjs.org

0 commit comments

Comments
 (0)