File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 timeout-minutes : 60
3636 steps :
3737 - name : Checkout current branch (full)
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 with :
4040 fetch-depth : 0
4141
@@ -133,7 +133,7 @@ jobs:
133133 runs-on : ${{ matrix.os }}
134134 steps :
135135 - name : Checkout current branch (full)
136- uses : actions/checkout@v5
136+ uses : actions/checkout@v6
137137 with :
138138 fetch-depth : 0
139139
@@ -233,7 +233,7 @@ jobs:
233233 runs-on : ${{ matrix.os }}
234234 steps :
235235 - name : Checkout current branch (full)
236- uses : actions/checkout@v5
236+ uses : actions/checkout@v6
237237 with :
238238 fetch-depth : 0
239239
@@ -295,7 +295,7 @@ jobs:
295295 runs-on : ${{ matrix.os }}
296296 steps :
297297 - name : Checkout current branch (full)
298- uses : actions/checkout@v5
298+ uses : actions/checkout@v6
299299 with :
300300 fetch-depth : 0
301301
You can’t perform that action at this time.
0 commit comments