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 #