File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 eslint : 5
106106
107107 steps :
108- - uses : actions/checkout@v3
108+ - uses : actions/checkout@v4
109109 - uses : ljharb/actions/node/install@main
110110 continue-on-error : ${{ matrix.eslint == 4 && matrix.node-version == 4 }}
111111 name : ' nvm install ${{ matrix.node-version }} && npm install, with eslint ${{ matrix.eslint }}'
@@ -119,7 +119,7 @@ jobs:
119119 skip-ls-check : true
120120 - run : npm run pretest
121121 - run : npm run tests-only
122- - uses : codecov/codecov-action@v3
122+ - uses : codecov/codecov-action@v3.1.5
123123
124124 node :
125125 name : ' node 4+'
Original file line number Diff line number Diff line change 1010 # runs-on: ubuntu-latest
1111
1212 # steps:
13- # - uses: actions/checkout@v3
13+ # - uses: actions/checkout@v4
1414 # - uses: ljharb/actions/node/install@main
1515 # name: 'nvm install lts/* && npm install'
1616 # with:
2222 runs-on : ubuntu-latest
2323
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 - uses : ljharb/actions/node/install@main
2727 name : ' nvm install lts/* && npm install'
2828 with :
Original file line number Diff line number Diff line change 3838 # - utils
3939
4040 steps :
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242 - uses : ljharb/actions/node/install@main
4343 name : ' nvm install ${{ matrix.node-version }} && npm install'
4444 env :
5050 after_install : npm run copy-metafiles && ./tests/dep-time-travel.sh && cd ${{ matrix.package }} && npm install
5151 skip-ls-check : true
5252 - run : cd ${{ matrix.package }} && npm run tests-only
53- - uses : codecov/codecov-action@v3
53+ - uses : codecov/codecov-action@v3.1.5
5454
5555 packages :
5656 name : ' packages: all tests'
You can’t perform that action at this time.
0 commit comments