diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e9fbf46..1c11c2c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: name: PHP ${{ matrix.php }} ${{ matrix.description }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup PHP uses: shivammathur/setup-php@v2