Skip to content

Commit b3dbd46

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

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

1919
- name: Setup Node.js
20-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
20+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2121
with:
2222
node-version: '24'
2323
cache: 'npm'
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3737

3838
- name: Setup Node.js
39-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
39+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4040
with:
4141
node-version: '24'
4242
cache: 'npm'

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515

1616
- name: Setup Node.js
17-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
17+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1818
with:
1919
node-version: '24'
2020
cache: 'npm'

0 commit comments

Comments
 (0)