File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
self-lint :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- uses : pnpm/action-setup@v4
18
18
with :
19
19
run_install : false
34
34
node-version : [18.x, 20.x, 22.x]
35
35
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
- uses : pnpm/action-setup@v4
39
39
with :
40
40
run_install : false
Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@v4
42
+ uses : actions/checkout@v5
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 21
21
command : ${{ steps.check-release.outputs.command }}
22
22
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
with :
26
26
fetch-depth : 0
27
27
ref : ' master'
46
46
if : (github.event_name == 'push' && needs.check-plan.outputs.command != 'release') || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true)
47
47
48
48
steps :
49
- - uses : actions/checkout@v4
49
+ - uses : actions/checkout@v5
50
50
# We need to download lots of history so that
51
51
# github-changelog can discover what's changed since the last release
52
52
with :
Original file line number Diff line number Diff line change 23
23
command : ${{ steps.check-release.outputs.command }}
24
24
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
with :
28
28
fetch-depth : 0
29
29
ref : ' master'
43
43
pull-requests : write
44
44
45
45
steps :
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@v5
47
47
- uses : actions/setup-node@v4
48
48
with :
49
49
node-version : 18
You can’t perform that action at this time.
0 commit comments