diff --git a/sample/workflows/mobsuccess.yml b/sample/workflows/mobsuccess.yml index ce4ffbf4..8fa1b774 100644 --- a/sample/workflows/mobsuccess.yml +++ b/sample/workflows/mobsuccess.yml @@ -33,7 +33,7 @@ jobs: # for the base...head merge base), file contents fetched only on demand. - name: Checkout if: github.event_name == 'pull_request' - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: fetch-depth: 0 filter: blob:none