File tree 7 files changed +13
-19
lines changed
7 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 39
39
- 8
40
40
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
- uses : ljharb/actions/node/install@main
44
44
name : ' nvm install ${{ matrix.node-version }} && npm install'
45
45
with :
50
50
NPM_CONFIG_LEGACY_PEER_DEPS : true
51
51
- run : npx ls-engines
52
52
- run : npm run unit-test
53
- - uses : codecov/codecov-action@v3
53
+ - uses : codecov/codecov-action@v3.1.5
54
54
55
55
node :
56
56
name : ' node 18+'
Original file line number Diff line number Diff line change 94
94
eslint : 5
95
95
96
96
steps :
97
- - uses : actions/checkout@v3
97
+ - uses : actions/checkout@v4
98
98
- uses : ljharb/actions/node/install@main
99
99
name : ' nvm install ${{ matrix.node-version }} && npm install'
100
100
with :
@@ -107,7 +107,7 @@ jobs:
107
107
- run : npx ls-engines
108
108
if : ${{ matrix.node-version >= 12 }}
109
109
- run : npm run unit-test
110
- - uses : codecov/codecov-action@v3
110
+ - uses : codecov/codecov-action@v3.1.5
111
111
112
112
node :
113
113
name : ' node 4 - 17'
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- uses : ljharb/actions/node/install@main
12
12
name : ' nvm install lts/* && npm install'
13
13
with :
20
20
runs-on : ubuntu-latest
21
21
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- uses : ljharb/actions/node/install@main
25
25
name : ' nvm install lts/* && npm install'
26
26
with :
Original file line number Diff line number Diff line change 15
15
outputs :
16
16
is-new-version : ${{ steps.cpv.outputs.is-new-version }}
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
ref : ${{ github.event.inputs.tag }}
21
21
@@ -103,7 +103,7 @@ jobs:
103
103
prod.api.stepsecurity.io:443
104
104
registry.npmjs.org:443
105
105
106
- - uses : actions/checkout@v3
106
+ - uses : actions/checkout@v4
107
107
with :
108
108
ref : ${{ github.event.inputs.tag }}
109
109
Original file line number Diff line number Diff line change @@ -4,12 +4,6 @@ on: [pull_request_target]
4
4
5
5
jobs :
6
6
_ :
7
- name : " Automatic Rebase"
8
-
9
- runs-on : ubuntu-latest
10
-
11
- steps :
12
- - uses : actions/checkout@v3
13
- - uses : ljharb/rebase@master
14
- env :
15
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7
+ uses : ljharb/actions/.github/workflows/rebase.yml@main
8
+ secrets :
9
+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 26
26
run : echo "current_version=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_OUTPUT"
27
27
shell : bash
28
28
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
31
31
- uses : mindsers/changelog-reader-action@v2
32
32
id : changelog_reader
Original file line number Diff line number Diff line change 10
10
if : ${{ github.repository == 'jsx-eslint/eslint-plugin-react' || github.event_name == 'workflow_dispatch' }}
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- uses : ljharb/actions/node/install@main
15
15
name : ' nvm install lts/* && npm install'
16
16
with :
You can’t perform that action at this time.
0 commit comments