File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 - name : Dependabot metadata
1616 id : metadata
17- uses : dependabot/fetch-metadata@v2.5 .0
17+ uses : dependabot/fetch-metadata@v3.1 .0
1818 with :
1919 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2020
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323
2424 - name : Setup PHP
2525 uses : shivammathur/setup-php@v2
@@ -39,10 +39,10 @@ jobs:
3939 run : touch docs/.nojekyll
4040
4141 - name : Configure GitHub Pages
42- uses : actions/configure-pages@v5
42+ uses : actions/configure-pages@v6
4343
4444 - name : Upload Pages Artifact
45- uses : actions/upload-pages-artifact@v3
45+ uses : actions/upload-pages-artifact@v5
4646 with :
4747 path : docs
4848
5555 steps :
5656 - name : Deploy to GitHub Pages
5757 id : deployment
58- uses : actions/deploy-pages@v4
58+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 5656 }
5757
5858 - name : Checkout code
59- uses : actions/checkout@v6
59+ uses : actions/checkout@v7
6060 with :
6161 ref : ${{ inputs.ref }}
6262
8686 needs : gate
8787 steps :
8888 - name : Checkout code
89- uses : actions/checkout@v6
89+ uses : actions/checkout@v7
9090 with :
9191 fetch-depth : 0
9292 ref : ${{ inputs.ref }}
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828
2929 - name : Setup PHP
3030 uses : shivammathur/setup-php@v2
5151 # Only upload coverage from one canonical job to avoid merge issues
5252 # with platform-specific tests that skip on Windows vs Unix
5353 if : matrix.php == '8.4' && matrix.stability == 'prefer-stable' && matrix.os == 'ubuntu-latest'
54- uses : codecov/codecov-action@v5
54+ uses : codecov/codecov-action@v7
5555 env :
5656 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818 with :
1919 ref : main
2020
2525 release-notes : ${{ github.event.release.body }}
2626
2727 - name : Commit updated CHANGELOG
28- uses : stefanzweifel/git-auto-commit-action@v7
28+ uses : stefanzweifel/git-auto-commit-action@v7.1.0
2929 with :
3030 branch : main
3131 commit_message : Update CHANGELOG
You can’t perform that action at this time.
0 commit comments