diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d32c4b..46da8ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,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 }}