From cd1930819866c530f57a1fc7d7b43b5381e85583 Mon Sep 17 00:00:00 2001 From: binh-dam-ibigroup <56846598+binh-dam-ibigroup@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:52:18 -0400 Subject: [PATCH] ci(dependabot): Checkout repo before using any git/gh commands. --- .github/workflows/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index f9da5d0b0..77e770925 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -12,6 +12,7 @@ jobs: pull-requests: write if: github.actor == 'dependabot[bot]' steps: + - uses: actions/checkout@v2 - name: Auto-approve PR uses: hmarr/auto-approve-action@v3 - name: Enable auto-merge