Skip to content

Commit a081cf6

Browse files
authored
Merge pull request #69 from nodejs/dependabot/github_actions/actions/setup-node-4.0.3
chore(deps): bump actions/setup-node from 4.0.2 to 4.0.3
2 parents 70062d4 + adc2e60 commit a081cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Use Node.js ${{ matrix.node }}
17-
uses: actions/[email protected].2
17+
uses: actions/[email protected].3
1818
with:
1919
node-version: ${{ matrix.node }}
2020
- name: Install Dependencies
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737
- name: Setup Node.js
38-
uses: actions/[email protected].2
38+
uses: actions/[email protected].3
3939
with:
4040
node-version: lts/*
4141
- name: Install dependencies

0 commit comments

Comments
 (0)