diff --git a/.github/workflows/dependabot-batcher.yaml b/.github/workflows/dependabot-batcher.yaml index b0bda2b3..57d9399e 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.02" + uses: "Legal-and-General/dependabot-batcher@1.0.2" with: token: ${{ secrets.YOUR_TOKEN }} baseBranchName: "main"