diff --git a/.github/workflows/phpci.yaml b/.github/workflows/phpci.yaml index a2ed485..4a051ed 100644 --- a/.github/workflows/phpci.yaml +++ b/.github/workflows/phpci.yaml @@ -16,7 +16,7 @@ jobs: - '8.5' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up PHP ${{ matrix.php-versions }} uses: shivammathur/setup-php@v2