Skip to content

Commit 54afe33

Browse files
authored
ci: update github actions to latest version (#130)
1 parent 2a276d1 commit 54afe33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/nodejs.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
cancel-in-progress: true
3333

3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
with:
3737
fetch-depth: 0
3838

3939
- name: Use Node.js ${{ matrix.node-version }}
40-
uses: actions/setup-node@v3
40+
uses: actions/setup-node@v4
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
cache: "npm"
@@ -78,10 +78,10 @@ jobs:
7878
if: matrix.os == 'windows-latest'
7979
run: git config --global core.autocrlf input
8080

81-
- uses: actions/checkout@v3
81+
- uses: actions/checkout@v4
8282

8383
- name: Use Node.js ${{ matrix.node-version }}
84-
uses: actions/setup-node@v3
84+
uses: actions/setup-node@v4
8585
with:
8686
node-version: ${{ matrix.node-version }}
8787
cache: "npm"
@@ -105,6 +105,6 @@ jobs:
105105
run: npm run test:coverage -- --ci
106106

107107
- name: Submit coverage data to codecov
108-
uses: codecov/codecov-action@v3
108+
uses: codecov/codecov-action@v4
109109
with:
110110
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)