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 4242 timeout-minutes : 60
4343 steps :
4444 - name : Checkout current branch (full)
45- uses : actions/checkout@v5
45+ uses : actions/checkout@v6
4646 with :
4747 fetch-depth : 0
4848
9595 runs-on : ${{ matrix.os }}
9696 steps :
9797 - name : Checkout current branch (full)
98- uses : actions/checkout@v5
98+ uses : actions/checkout@v6
9999 with :
100100 fetch-depth : 0
101101
@@ -149,7 +149,7 @@ jobs:
149149 runs-on : ${{ matrix.os }}
150150 steps :
151151 - name : Checkout current branch (full)
152- uses : actions/checkout@v5
152+ uses : actions/checkout@v6
153153 with :
154154 fetch-depth : 0
155155
@@ -184,7 +184,7 @@ jobs:
184184 runs-on : ${{ matrix.os }}
185185 steps :
186186 - name : Checkout current branch (full)
187- uses : actions/checkout@v5
187+ uses : actions/checkout@v6
188188 with :
189189 fetch-depth : 0
190190
You can’t perform that action at this time.
0 commit comments