File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 password : ${{ secrets.DOCKERHUB_SECRET }}
104104
105105 - name : Build and push to Docker
106- uses : docker/build-push-action@v2
106+ uses : docker/build-push-action@v6
107107 with :
108108 context : .
109109 push : true
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ jobs:
4747 run : vendor/bin/phpunit --coverage-html=coverage
4848
4949 - name : Setup Pages
50- uses : actions/configure-pages@v3
50+ uses : actions/configure-pages@v5
5151
5252 - name : Upload artifact
53- uses : actions/upload-pages-artifact@v1
53+ uses : actions/upload-pages-artifact@v4
5454 with :
5555 # Upload entire repository
5656 path : ' coverage'
5757
5858 - name : Deploy to GitHub Pages
5959 id : deployment
60- uses : actions/deploy-pages@v2
60+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 4.1.15 - 2026-02-21
4+ - Fix workflows actions versions
5+
36## 4.1.14 - 2026-02-21
47- issue #332 , pr #333 - PHP 8.4: Implicitly nullable parameter deprecated in generator code
58
You can’t perform that action at this time.
0 commit comments