diff --git a/.github/workflows/phpci.yml b/.github/workflows/phpci.yml index 3b9c7a9..efe991d 100644 --- a/.github/workflows/phpci.yml +++ b/.github/workflows/phpci.yml @@ -19,7 +19,7 @@ jobs: - '8.4' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up PHP ${{ matrix.php-versions }} uses: shivammathur/setup-php@v2 @@ -38,7 +38,7 @@ jobs: if: ${{ github.event_name == 'push' }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: docker/setup-buildx-action@v1