Skip to content

Commit bf2a095

Browse files
committed
chore(ci): update actions/setup-node action to v4.0.4
1 parent 7c8f6d7 commit bf2a095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
os: [ubuntu-latest]
1010
steps:
1111
- name: Node.js ${{ matrix.node-version }}
12-
uses: actions/[email protected].3
12+
uses: actions/[email protected].4
1313
with:
1414
node-version: ${{ matrix.node-version }}
1515
- name: Update npm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
issues: write
1616
pull-requests: write
1717
steps:
18-
- uses: actions/[email protected].3
18+
- uses: actions/[email protected].4
1919
with:
2020
node-version: 20
2121
- name: Update npm

0 commit comments

Comments
 (0)