@@ -226,7 +226,7 @@ jobs:
226
226
with :
227
227
pulumi-version-file : .pulumi.version
228
228
- name : Setup Node
229
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
229
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
230
230
with :
231
231
node-version : ${{ env.NODEVERSION }}
232
232
registry-url : https://registry.npmjs.org
@@ -371,7 +371,7 @@ jobs:
371
371
with :
372
372
pulumi-version-file : .pulumi.version
373
373
- name : Setup Node
374
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
374
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
375
375
with :
376
376
node-version : ${{ env.NODEVERSION }}
377
377
registry-url : https://registry.npmjs.org
@@ -538,7 +538,7 @@ jobs:
538
538
- name : Install Pulumi CLI
539
539
uses : pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
540
540
- name : Setup Node
541
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
541
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
542
542
with :
543
543
node-version : ${{ env.NODEVERSION }}
544
544
registry-url : https://registry.npmjs.org
@@ -606,7 +606,7 @@ jobs:
606
606
run : git grep -l 'go:embed' -- provider | xargs --no-run-if-empty sed -i
607
607
' s/go:embed/ goembed/g'
608
608
- 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
610
610
with :
611
611
version : ${{ env.GOLANGCI_LINT_VERSION }}
612
612
args : -c ../.golangci.yml
0 commit comments