diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 038bbc8..9b25c24 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -23,7 +23,7 @@ jobs: php-version: ['8.0', '8.1', '8.2'] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true fetch-depth: 0