From 54760f43b62fddd66013752fc204ce17a7f715ab Mon Sep 17 00:00:00 2001 From: Ralf Lang Date: Thu, 18 Jun 2026 20:43:27 +0200 Subject: [PATCH] feat(ci): bump GitHub Actions to v5 (Node 24 native) --- .github/workflows/ci.yml | 12 ++++++------ bin/ci-bootstrap.sh | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 953ad62..ff8398a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,8 @@ name: CI # Generated by: horde-components 1.0.0-RC1 -# Template version: 1.1.0 -# Generated: 2026-06-18 15:15:11 UTC +# Template version: 1.2.0 +# Generated: 2026-06-18 18:42:54 UTC # # DO NOT EDIT - Regenerate with: horde-components ci init # @@ -22,16 +22,16 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Cache horde-components.phar - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/horde-ci/bin key: components-phar-${{ hashFiles('bin/ci-bootstrap.sh') }} - name: Cache QC tools (PHPUnit, PHPStan, PHP-CS-Fixer) - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/horde-ci/tools key: ci-tools-${{ hashFiles('.horde.yml') }} @@ -44,7 +44,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ci-results-${{ github.run_number }} path: | diff --git a/bin/ci-bootstrap.sh b/bin/ci-bootstrap.sh index ef93ca6..1378865 100755 --- a/bin/ci-bootstrap.sh +++ b/bin/ci-bootstrap.sh @@ -1,8 +1,8 @@ #!/bin/bash # Horde CI Bootstrap Script (GitHub Actions) # Generated by: horde-components 1.0.0-RC1 -# Template version: 1.1.0 -# Generated: 2026-06-18 15:15:11 UTC +# Template version: 1.2.0 +# Generated: 2026-06-18 18:42:54 UTC # # DO NOT EDIT - Regenerate with: horde-components ci init #