Skip to content

Commit c6cab84

Browse files
ci: bump github actions (#1076)
1 parent 6313bf6 commit c6cab84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/nodejs.yml

+4-4
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"
@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/checkout@v4
8484

8585
- name: Use Node.js ${{ matrix.node-version }}
86-
uses: actions/setup-node@v3
86+
uses: actions/setup-node@v4
8787
with:
8888
node-version: ${{ matrix.node-version }}
8989
cache: "npm"
@@ -99,7 +99,7 @@ jobs:
9999
run: npm run test:coverage -- --ci
100100

101101
- name: Submit coverage data to codecov
102-
uses: codecov/codecov-action@v1
102+
uses: codecov/codecov-action@v3
103103
with:
104104
token: ${{ secrets.CODECOV_TOKEN }}
105105

@@ -121,7 +121,7 @@ jobs:
121121
- uses: actions/checkout@v4
122122

123123
- name: Use Node.js ${{ matrix.node-version }}
124-
uses: actions/setup-node@v3
124+
uses: actions/setup-node@v4
125125
with:
126126
node-version: ${{ matrix.node-version }}
127127
cache: "npm"

0 commit comments

Comments
 (0)