diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db0a0de..cc4182a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: key: php-${{ matrix.php-version }}-ext - name: Setup PHP extensions cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.php-ext-cache.outputs.dir }} key: ${{ steps.php-ext-cache.outputs.key }}