From 1b673aeebdcec9be23c8d5b53c0a1856970382fa Mon Sep 17 00:00:00 2001 From: "David L. Day" Date: Sat, 19 Nov 2022 12:14:19 -0500 Subject: [PATCH] fix: added v to dependabot batcher version --- .github/workflows/dependabot-batcher.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-batcher.yaml b/.github/workflows/dependabot-batcher.yaml index 57d9399e..9d5b23e9 100644 --- a/.github/workflows/dependabot-batcher.yaml +++ b/.github/workflows/dependabot-batcher.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Combine Dependabot PRs" - uses: "Legal-and-General/dependabot-batcher@1.0.2" + uses: "Legal-and-General/dependabot-batcher@v1.0.2" with: token: ${{ secrets.YOUR_TOKEN }} baseBranchName: "main"