File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
9797 run : npm run test:coverage -- --ci
9898
9999 - name : Submit coverage data to codecov
100- uses : codecov/codecov-action@v3
100+ uses : codecov/codecov-action@v4
101101 with :
102102 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments