Skip to content

Commit 8e86d59

Browse files
committed
Merge branch 'release/4.1.15'
2 parents fe1ecb2 + f85dcfa commit 8e86d59

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/static_coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

0 commit comments

Comments
 (0)