diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71ec45aa..e1a99cc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: git config --global core.eol lf - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup PHP uses: shivammathur/setup-php@v2