File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
environment : production
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
with :
22
22
fetch-depth : 0
23
23
Original file line number Diff line number Diff line change 18
18
environment : production
19
19
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
with :
23
23
fetch-depth : 0
24
24
57
57
environment : ci
58
58
59
59
steps :
60
- - uses : actions/checkout@v4
60
+ - uses : actions/checkout@v5
61
61
with :
62
62
fetch-depth : 0
63
63
@@ -117,7 +117,7 @@ jobs:
117
117
if : github.ref == 'refs/heads/saga'
118
118
119
119
steps :
120
- - uses : actions/checkout@v4
120
+ - uses : actions/checkout@v5
121
121
with :
122
122
fetch-depth : 0
123
123
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-24.04
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
22
22
- name : Sync repository description
23
23
run :
You can’t perform that action at this time.
0 commit comments