From 73555c737ddb96af01a37bae47f9066f154e7e3f Mon Sep 17 00:00:00 2001 From: Mika Ayenson Date: Thu, 9 Mar 2023 15:11:07 -0500 Subject: [PATCH] Update manual-backport.yml (#2636) --- .github/workflows/manual-backport.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manual-backport.yml b/.github/workflows/manual-backport.yml index 971ed952c..c439aaeaa 100644 --- a/.github/workflows/manual-backport.yml +++ b/.github/workflows/manual-backport.yml @@ -19,9 +19,10 @@ jobs: steps: - name: Checkout detection-rules - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.PROTECTIONS_MACHINE_TOKEN }} + fetch-depth: 0 - name: Set github config run: |