diff --git a/.github/workflows/dependabot-fork.yml b/.github/workflows/dependabot-fork.yml index f02408a97b3b..9350ec5d66ef 100644 --- a/.github/workflows/dependabot-fork.yml +++ b/.github/workflows/dependabot-fork.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3 - name: Comment Dependabot PR - uses: thollander/actions-comment-pull-request@v1 + uses: thollander/actions-comment-pull-request@v2 with: message: '@dependabot ignore this dependency' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}