From 3d0aa0f690519fb676be9b7bd9997ebc63f05a00 Mon Sep 17 00:00:00 2001 From: Laurent Redor Date: Fri, 17 Apr 2026 16:28:26 +0200 Subject: [PATCH] Modernize GitHub Actions CI workflow (ter) Use `JamesIves/github-pages-deploy-action@v4` instead of `@4.1.4` to keep the workflow consistent and follow v4 patch and minor updates. --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5fc5fc0e..3f1d6ea4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -51,7 +51,7 @@ jobs: - name: P2 Deploy Release RCP 🚀🏷️ if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }} - uses: JamesIves/github-pages-deploy-action@4.1.4 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages folder: ui.rcp/releng/org.activitymgr.ui.rcp.repository/target/repository @@ -61,7 +61,7 @@ jobs: - name: P2 Deploy Release Web 🚀🏷️ if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }} - uses: JamesIves/github-pages-deploy-action@4.1.4 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages folder: ui.web/releng/org.activitymgr.ui.web.repository/target/repository