From 73540b3574ec1c11cca31da9b7b645c73b9a21d6 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 7 Dec 2020 18:50:29 +0100 Subject: [PATCH] Checkout code for dependabot automerge --- .github/workflows/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 6c283da3..348919e1 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -6,6 +6,8 @@ jobs: worker: runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v2 - name: Automerge dependabot dependencies uses: ahmadnassri/action-dependabot-auto-merge@v2 with: