diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9744e41..8b86b15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: php: ['8.2', '8.3'] name: PHP ${{ matrix.php }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: shivammathur/setup-php@v2 with: