1616 node : [14, 16, 17]
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 - name : Load Node version ${{ matrix.node }}
21- uses : actions/setup-node@v3
21+ uses : actions/setup-node@v4
2222 with :
2323 node-version : ${{ matrix.node }}
2424 cache : npm
@@ -27,19 +27,19 @@ jobs:
2727 - name : Run Jest
2828 run : npm run test:ci
2929 - name : Run Coveralls
30- uses : coverallsapp/github-action@1.1.3
30+ uses : coverallsapp/github-action@v2
3131 if : matrix.node == '16'
3232 with :
3333 github-token : ${{ secrets.GITHUB_TOKEN }}
34- path-to-lcov : ./reports/lcov.info
34+ file : ./reports/lcov.info
3535 flow :
3636 name : Flow type checking
3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v3
40+ uses : actions/checkout@v4
4141 - name : Load Node
42- uses : actions/setup-node@v3
42+ uses : actions/setup-node@v4
4343 with :
4444 cache : npm
4545 - name : Npm Install
5454 node : [16]
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@v3
57+ uses : actions/checkout@v4
5858 - name : Load Node version ${{ matrix.node }}
59- uses : actions/setup-node@v3
59+ uses : actions/setup-node@v4
6060 with :
6161 node-version : ${{ matrix.node }}
6262 cache : npm
6969 runs-on : ubuntu-latest
7070 steps :
7171 - name : Checkout
72- uses : actions/checkout@v3
72+ uses : actions/checkout@v4
7373 - name : Load Node version
74- uses : actions/setup-node@v3
74+ uses : actions/setup-node@v4
7575 with :
7676 cache : npm
7777 - name : Npm Install
0 commit comments