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 1717 environment : production
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323
Original file line number Diff line number Diff line change 1818 environment : production
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424
5757 environment : ci
5858
5959 steps :
60- - uses : actions/checkout@v4
60+ - uses : actions/checkout@v5
6161 with :
6262 fetch-depth : 0
6363
@@ -117,7 +117,7 @@ jobs:
117117 if : github.ref == 'refs/heads/saga'
118118
119119 steps :
120- - uses : actions/checkout@v4
120+ - uses : actions/checkout@v5
121121 with :
122122 fetch-depth : 0
123123
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-24.04
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Sync repository description
2323 run :
You can’t perform that action at this time.
0 commit comments