File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9494 eslint : 5
9595
9696 steps :
97- - uses : actions/checkout@v2
97+ - uses : actions/checkout@v3
9898 - uses : ljharb/actions/node/install@main
9999 name : ' nvm install ${{ matrix.node-version }} && npm install'
100100 with :
@@ -107,7 +107,7 @@ jobs:
107107 - run : npx ls-engines
108108 if : ${{ matrix.node-version >= 12 }}
109109 - run : npm run unit-test
110- - uses : codecov/codecov-action@v1
110+ - uses : codecov/codecov-action@v3
111111
112112 node :
113113 name : ' node 4+'
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v3
1111 - uses : ljharb/actions/node/install@main
1212 name : ' nvm install lts/* && npm install'
1313 with :
2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
2424 - uses : ljharb/actions/node/install@main
2525 name : ' nvm install lts/* && npm install'
2626 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - uses : ljharb/rebase@master
1414 env :
1515 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2626 run : echo ::set-output name=current_version::${GITHUB_REF#refs/tags/v}
2727 shell : bash
2828
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v3
3030
3131 - uses : mindsers/changelog-reader-action@v2
3232 id : changelog_reader
Original file line number Diff line number Diff line change 1010 if : ${{ github.repository == 'jsx-eslint/eslint-plugin-react' || github.event_name == 'workflow_dispatch' }}
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - uses : ljharb/actions/node/install@main
1515 name : ' nvm install lts/* && npm install'
1616 with :
You can’t perform that action at this time.
0 commit comments