diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f55cad0..ec99c78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: # Stage 1 - Build # ################### - name: Checkout latest revision - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install PHP uses: shivammathur/setup-php@v2