Skip to content

Commit e0876c7

Browse files
authored
Update GitHub Actions workflows. (#1097)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 7e46f216ed41ab1bd04d110cae578e6d53cfe9eb.
1 parent d93a4cc commit e0876c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-tools/action.yml

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

6060
- name: Setup Node
6161
if: inputs.tools == 'all' || contains(inputs.tools, 'nodejs')
62-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
62+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
6363
with:
6464
node-version: 20.x
6565
registry-url: https://registry.npmjs.org

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
continue-on-error: true
5151
run: make prepare_local_workspace
5252
- name: golangci-lint
53-
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
53+
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
5454
with:
5555
version: v1.64.6
5656
working-directory: provider

0 commit comments

Comments
 (0)