diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2e2b87a..d1f1653 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build run: make build PHP_V=${{ matrix.php_version }} OS_V=${{ matrix.os_version }}