From d11d10238bc44f6b51757b18481873540d6f3471 Mon Sep 17 00:00:00 2001 From: "maximus-agents[bot]" Date: Tue, 4 Aug 2026 10:23:51 +0000 Subject: [PATCH] fix(workflow): use checkout v4 in compliance sample [FTTECH-12236] --- sample/workflows/mobsuccess.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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