Skip to content

Commit 8fd1d9d

Browse files
committed
ci: bump GitHub Action plugins version
1 parent 9b130e7 commit 8fd1d9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212
node-version: [14.x, 16.x, 18.x, 'lts/*']
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Use Node.js ${{ matrix.node-version }}
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- run: npm install && npm install codecov
2121
- run: npm run build --if-present
2222
- run: npm run cov
2323
- name: Upload coverage to Codecov
24-
uses: codecov/codecov-action@v1
24+
uses: codecov/codecov-action@v4
2525

2626
#
2727
# build-windows:

0 commit comments

Comments
 (0)