From 46c963ad13e85998fc78f0044cd4a29ea8d39ade Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Wed, 23 Oct 2024 03:07:05 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/dependabot.yml --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 482024e1..e04e8ef1 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -23,6 +23,6 @@ jobs: run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - name: "Rebase" - uses: bbeesley/gha-auto-dependabot-rebase@v1.5.17 + uses: bbeesley/gha-auto-dependabot-rebase@v1.5.22 env: GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}}