File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
commitlint :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 100
16
16
- uses : wagoid/commitlint-github-action@v5
Original file line number Diff line number Diff line change 11
11
name : Lint using ESLint
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : Use latest Node.js LTS
16
16
uses : actions/setup-node@v4
17
17
with :
Original file line number Diff line number Diff line change 25
25
if : ${{ needs.release-please.outputs.release_created }}
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
- uses : actions/setup-node@v4
30
30
with :
31
31
node-version : 24.x
You can’t perform that action at this time.
0 commit comments