File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525 runs-on : ${{ matrix.os }}
2626
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v3
2929 with :
3030 fetch-depth : 0
3131
3232 - name : Use Node.js ${{ matrix.node-version }}
33- uses : actions/setup-node@v2
33+ uses : actions/setup-node@v3
3434 with :
3535 node-version : ${{ matrix.node-version }}
3636 cache : " npm"
@@ -72,10 +72,10 @@ jobs:
7272 if : matrix.os == 'windows-latest'
7373 run : git config --global core.autocrlf input
7474
75- - uses : actions/checkout@v2
75+ - uses : actions/checkout@v3
7676
7777 - name : Use Node.js ${{ matrix.node-version }}
78- uses : actions/setup-node@v2
78+ uses : actions/setup-node@v3
7979 with :
8080 node-version : ${{ matrix.node-version }}
8181 cache : " npm"
@@ -101,6 +101,6 @@ jobs:
101101 run : npm run test:coverage -- --ci
102102
103103 - name : Submit coverage data to codecov
104- uses : codecov/codecov-action@v2
104+ uses : codecov/codecov-action@v3
105105 with :
106106 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments