Skip to content

Commit 1070c9e

Browse files
Update actions/setup-node digest to 48b55a0 (#1210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 874b822 commit 1070c9e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# The docs have a separate installation using Node 22 due to needing newer dependencies
2727
- name: Install Node.js
28-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
28+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2929
with:
3030
node-version-file: docs/.nvmrc
3131

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5656

5757
- name: Install Node.js ${{ matrix.node }}
58-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
58+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
5959
with:
6060
cache: yarn
6161
node-version: ${{ matrix.node }}
@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
112112

113113
- name: Install Node.js
114-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
114+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
115115
with:
116116
cache: yarn
117117
node-version-file: ./docs/.nvmrc

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: Install Node.js ${{ env.nodeVersion }}
38-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
38+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3939
with:
4040
node-version: ${{ env.nodeVersion }}
4141

0 commit comments

Comments
 (0)