File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 git config --global core.longpaths true
2828
2929 - name : Git Checkout
30- uses : actions/checkout@v6
30+ uses : actions/checkout@v7
3131 with :
3232 fetch-depth : 0
3333 submodules : recursive
@@ -137,7 +137,7 @@ jobs:
137137 git config --global core.longpaths true
138138
139139 - name : Git Checkout
140- uses : actions/checkout@v6
140+ uses : actions/checkout@v7
141141 with :
142142 fetch-depth : 0
143143 submodules : recursive
@@ -227,7 +227,7 @@ jobs:
227227 git config --global core.longpaths true
228228
229229 - name : Git Checkout
230- uses : actions/checkout@v6
230+ uses : actions/checkout@v7
231231 with :
232232 fetch-depth : 0
233233 submodules : recursive
Original file line number Diff line number Diff line change 3131 git config --global core.longpaths true
3232
3333 - name : Git Checkout
34- uses : actions/checkout@v6
34+ uses : actions/checkout@v7
3535 with :
3636 fetch-depth : 0
3737 submodules : recursive
You can’t perform that action at this time.
0 commit comments