Skip to content

Commit e29c3a3

Browse files
authored
Merge pull request #4531 from brave-intl/renovate/actions-setup-node-3.x
chore(deps): update actions/setup-node action to v3.8.2
2 parents ec63f56 + 7a5f6ca commit e29c3a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
4747
id: nvm
4848
- name: Install required Node.js version
49-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
49+
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
5050
with:
5151
node-version: "${{ steps.nvm.outputs.NVMRC }}"
5252
- name: Get Yarn cache directory path

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
4444
id: nvm
4545
- name: Install required Node.js version
46-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
46+
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
4747
with:
4848
node-version: "${{ steps.nvm.outputs.NVMRC }}"
4949
- name: Get Yarn cache directory path

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
4444
id: nvm
4545
- name: Install required Node.js version
46-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
46+
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
4747
with:
4848
node-version: "${{ steps.nvm.outputs.NVMRC }}"
4949
- name: Get Yarn cache directory path

0 commit comments

Comments
 (0)