From ced28685ed62dd4ddb77b206bc4e9b351c7577ef Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 9 Oct 2023 16:25:08 +0000 Subject: [PATCH] [Dependencies] - Update .github/workflows/dependabot.yml to match the template repo --- .github/workflows/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index dd0a8d8b..03ec7ea7 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -18,6 +18,7 @@ jobs: timeout-minutes: 5 steps: - name: "Initialise Workspace" + shell: bash run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Rebase" uses: bbeesley/gha-auto-dependabot-rebase@v1.3.291