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