Skip to content

Commit 4910f8b

Browse files
chore(deps): update actions/setup-node digest to 39370e3
1 parent fbf23e5 commit 4910f8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
submodules: recursive
1818

19-
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
19+
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
2020
with:
2121
node-version-file: '.nvmrc'
2222
cache: 'yarn'

.github/workflows/update-sdk-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Set up Node.js
25-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
25+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
2626
with:
2727
node-version-file: '.nvmrc'
2828
cache: 'yarn'

0 commit comments

Comments
 (0)