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