Skip to content

Commit a524280

Browse files
authored
chore: update github actions to latest version (#382)
1 parent 29cc59b commit a524280

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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"
@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/checkout@v4
8585

8686
- name: Use Node.js ${{ matrix.node-version }}
87-
uses: actions/setup-node@v3
87+
uses: actions/setup-node@v4
8888
with:
8989
node-version: ${{ matrix.node-version }}
9090
cache: "npm"
@@ -100,6 +100,6 @@ jobs:
100100
run: npm run test:coverage -- --ci
101101

102102
- name: Submit coverage data to codecov
103-
uses: codecov/codecov-action@v3
103+
uses: codecov/codecov-action@v4
104104
with:
105105
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)