4141 php-version-source : ${{ steps.resolve.outputs.php-version-source }}
4242
4343 steps :
44- - uses : actions/checkout@v6
44+ - uses : actions/checkout@v7
4545 - name : Checkout dev-tools workflow action source
46- uses : actions/checkout@v6
46+ uses : actions/checkout@v7
4747 with :
4848 repository : php-fast-forward/dev-tools
4949 ref : ${{ github.repository == 'php-fast-forward/dev-tools' && (github.event_name == 'pull_request_target' && github.event.pull_request.base.sha || github.sha) || 'main' }}
@@ -73,11 +73,11 @@ jobs:
7373 REPORTS_ROOT_VERSION : ${{ github.event_name == 'pull_request' && format('dev-{0}', github.event.pull_request.head.ref) || 'dev-main' }}
7474
7575 steps :
76- - uses : actions/checkout@v6
76+ - uses : actions/checkout@v7
7777 with :
7878 fetch-depth : 0
7979 - name : Checkout dev-tools workflow action source
80- uses : actions/checkout@v6
80+ uses : actions/checkout@v7
8181 with :
8282 repository : php-fast-forward/dev-tools
8383 ref : ${{ github.repository == 'php-fast-forward/dev-tools' && (github.event_name == 'pull_request_target' && github.event.pull_request.base.sha || github.sha) || 'main' }}
@@ -142,7 +142,7 @@ jobs:
142142
143143 - name : Restore previews from gh-pages
144144 if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
145- uses : actions/checkout@v6
145+ uses : actions/checkout@v7
146146 continue-on-error : true
147147 with :
148148 ref : gh-pages
@@ -184,9 +184,9 @@ jobs:
184184 runs-on : ubuntu-latest
185185
186186 steps :
187- - uses : actions/checkout@v6
187+ - uses : actions/checkout@v7
188188 - name : Checkout dev-tools workflow action source
189- uses : actions/checkout@v6
189+ uses : actions/checkout@v7
190190 with :
191191 repository : php-fast-forward/dev-tools
192192 ref : ${{ github.repository == 'php-fast-forward/dev-tools' && (github.event_name == 'pull_request_target' && github.event.pull_request.base.sha || github.sha) || 'main' }}
@@ -239,9 +239,9 @@ jobs:
239239 runs-on : ubuntu-latest
240240
241241 steps :
242- - uses : actions/checkout@v6
242+ - uses : actions/checkout@v7
243243 - name : Checkout dev-tools workflow action source
244- uses : actions/checkout@v6
244+ uses : actions/checkout@v7
245245 with :
246246 repository : php-fast-forward/dev-tools
247247 ref : ${{ github.repository == 'php-fast-forward/dev-tools' && (github.event_name == 'pull_request_target' && github.event.pull_request.base.sha || github.sha) || 'main' }}
@@ -346,11 +346,11 @@ jobs:
346346 contents : write
347347
348348 steps :
349- - uses : actions/checkout@v6
349+ - uses : actions/checkout@v7
350350 with :
351351 ref : ${{ github.event.repository.default_branch }}
352352 - name : Checkout dev-tools workflow action source
353- uses : actions/checkout@v6
353+ uses : actions/checkout@v7
354354 with :
355355 repository : php-fast-forward/dev-tools
356356 ref : ${{ github.repository == 'php-fast-forward/dev-tools' && (github.event_name == 'pull_request_target' && github.event.pull_request.base.sha || github.sha) || 'main' }}
@@ -359,7 +359,7 @@ jobs:
359359 .github/actions
360360
361361 - name : Checkout gh-pages
362- uses : actions/checkout@v6
362+ uses : actions/checkout@v7
363363 with :
364364 ref : gh-pages
365365 path : gh-pages
@@ -387,9 +387,9 @@ jobs:
387387 unresolved : ${{ steps.cleanup.outputs.unresolved }}
388388
389389 steps :
390- - uses : actions/checkout@v6
390+ - uses : actions/checkout@v7
391391 - name : Checkout dev-tools workflow action source
392- uses : actions/checkout@v6
392+ uses : actions/checkout@v7
393393 with :
394394 repository : php-fast-forward/dev-tools
395395 ref : ${{ github.repository == 'php-fast-forward/dev-tools' && (github.event_name == 'pull_request_target' && github.event.pull_request.base.sha || github.sha) || 'main' }}
@@ -398,7 +398,7 @@ jobs:
398398 .github/actions
399399
400400 - name : Checkout gh-pages
401- uses : actions/checkout@v6
401+ uses : actions/checkout@v7
402402 with :
403403 ref : gh-pages
404404 path : gh-pages
@@ -425,9 +425,9 @@ jobs:
425425 - cleanup_orphaned_previews
426426 runs-on : ubuntu-latest
427427 steps :
428- - uses : actions/checkout@v6
428+ - uses : actions/checkout@v7
429429 - name : Checkout dev-tools workflow action source
430- uses : actions/checkout@v6
430+ uses : actions/checkout@v7
431431 with :
432432 repository : php-fast-forward/dev-tools
433433 ref : ${{ github.repository == 'php-fast-forward/dev-tools' && (github.event_name == 'pull_request_target' && github.event.pull_request.base.sha || github.sha) || 'main' }}
0 commit comments