File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 14
14
name : Lint addon
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
with :
19
19
fetch-depth : 1
20
20
31
31
needs : lint
32
32
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v5
35
35
with :
36
36
fetch-depth : 1
37
37
61
61
62
62
63
63
steps :
64
- - uses : actions/checkout@v4
64
+ - uses : actions/checkout@v5
65
65
with :
66
66
fetch-depth : 1
67
67
85
85
needs : lint
86
86
87
87
steps :
88
- - uses : actions/checkout@v4
88
+ - uses : actions/checkout@v5
89
89
with :
90
90
fetch-depth : 1
91
91
@@ -117,7 +117,7 @@ jobs:
117
117
]
118
118
119
119
steps :
120
- - uses : actions/checkout@v4
120
+ - uses : actions/checkout@v5
121
121
with :
122
122
fetch-depth : 1
123
123
Original file line number Diff line number Diff line change 22
22
command : ${{ steps.check-release.outputs.command }}
23
23
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
with :
27
27
fetch-depth : 2
28
28
ref : ' master'
45
45
if : ((github.event_name == 'push' || github.event_name == 'workflow_dispatch') && needs.is-this-a-release.outputs.command != 'release') || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true)
46
46
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v5
49
49
# We need to download lots of history so that
50
50
# github-changelog can discover what's changed since the last release
51
51
with :
Original file line number Diff line number Diff line change 27
27
attestations : write
28
28
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
- uses : pnpm/action-setup@v4
32
32
- uses : actions/setup-node@v4
33
33
with :
Original file line number Diff line number Diff line change 14
14
name : Lint
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
with :
19
19
fetch-depth : 1
20
20
You can’t perform that action at this time.
0 commit comments