diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a31825ce..8e105676 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: php: ["8.2"] steps: - name: 📦 Check out the codebase - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🛠️ Setup PHP uses: shivammathur/setup-php@v2