Skip to content

Commit 9844c21

Browse files
chore(deps): update actions/setup-node digest to 2499707
1 parent 5933458 commit 9844c21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
MSI_UPGRADE_CODE: ${{ vars.MSI_UPGRADE_CODE }}
4545
steps:
4646
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
47-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
47+
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
4848
with:
4949
cache: 'npm'
5050
node-version-file: '.nvmrc'

.github/workflows/release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7979
with:
8080
ref: ${{ github.sha }}
81-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
81+
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
8282
with:
8383
cache: 'npm'
8484
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)