diff --git a/README.md b/README.md index 08ffd77..df108bd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + fetch-depth: 0 # Full clone necessary for proper merge - name: Nightly Merge uses: robotology/gh-action-nightly-merge@v1.4.0