From 1ab43bd4ca0b694716bae739b7cb808c0fe9ee86 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 31 Jan 2026 14:03:09 +0100 Subject: [PATCH] Upgrade the GitHub actions --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index aa16fa3..684317a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Use PHP uses: shivammathur/setup-php@v2 @@ -44,7 +44,7 @@ jobs: coverage: "${{ matrix.coverage }}" - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: ~/.cache/composer key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}