File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,20 +31,20 @@ jobs:
3131 steps :
3232 # Checks-out the source code.
3333 - name : Checkout Source Code
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535 with :
3636 fetch-depth : 0 # Not needed if lastUpdated is not enabled
3737
3838 # Setup Node.js JavaScript runtime.
3939 - name : Setup Node.js
40- uses : actions/setup-node@v4
40+ uses : actions/setup-node@v6
4141 with :
42- node-version : 20
42+ node-version : 24
4343 cache : npm
4444
4545 # Setup Github Pages.
4646 - name : Setup Github Pages
47- uses : actions/configure-pages@v4
47+ uses : actions/configure-pages@v5
4848
4949 # Install Node.js dependencies.
5050 - name : Install Node.js Dependencies
5959 # allows you to persist data after a job has completed, and share that
6060 # data with another job in the same workflow.
6161 - name : Upload Docs Artifact
62- uses : actions/upload-pages-artifact@v3
62+ uses : actions/upload-pages-artifact@v4
6363 with :
6464 path : docs/.vitepress/dist
6565
Original file line number Diff line number Diff line change 3535 - laravel : 9.*
3636 php : 7.4
3737 - laravel : 9.*
38- php : 8.4
38+ php : 8.4
3939 - laravel : 10.*
4040 php : 7.3
4141 - laravel : 10.*
@@ -67,14 +67,14 @@ jobs:
6767
6868 # Checkout the package code.
6969 - name : Checkout code
70- uses : actions/checkout@v4
70+ uses : actions/checkout@v6
7171 with :
7272 ref : ${{ github.event.pull_request.head.sha }}
7373 fetch-depth : 0
7474
7575 # Cache dependencies and build outputs to improve workflow execution time.
7676 - name : Cache dependencies
77- uses : actions/cache@v4
77+ uses : actions/cache@v5
7878 with :
7979 path : ~/.composer/cache/files
8080 key : dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
You can’t perform that action at this time.
0 commit comments