From 89514ec35a6758ecf4d0c3b307e024458680091f Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 3 Jul 2023 19:13:07 -0400 Subject: ci: checkout repo in autobot workflow --- .github/workflows/autobot.yaml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml index e92e08d..d8c9d8e 100644 --- a/.github/workflows/autobot.yaml +++ b/.github/workflows/autobot.yaml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: + - uses: actions/checkout@v3 - uses: dependabot/fetch-metadata@v1 id: metadata with: -- cgit v1.2.3