diff --git a/.github/workflows/detect-merge-commits.yml b/.github/workflows/detect-merge-commits.yml index 07fdc34..8a4bd28 100644 --- a/.github/workflows/detect-merge-commits.yml +++ b/.github/workflows/detect-merge-commits.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run test uses: NexusPHP/no-merge-commits@v2.1.0