Skip to content

Commit af9a3ac

Browse files
chore(deps): update actions/setup-node digest to 48b55a0 (#33472)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ba1df3 commit af9a3ac

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Git checkout
2121
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222
- name: Install Node
23-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
23+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2424
with:
2525
node-version: 24
2626
cache: 'npm'
@@ -56,7 +56,7 @@ jobs:
5656
- name: Git checkout
5757
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5858
- name: Install Node
59-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
59+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
6060
with:
6161
node-version: 24
6262
cache: 'npm'

.github/workflows/read-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Git checkout
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2626
- name: Install Node
27-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
27+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2828
with:
2929
node-version: 24
3030
cache: 'npm'

.github/workflows/report-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Git checkout
6161
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6262
- name: Install Node
63-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
63+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
6464
with:
6565
node-version: 24
6666
cache: 'npm'

0 commit comments

Comments
 (0)