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"