diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 79adeafb8..07adaa3fa 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -6,7 +6,7 @@ jobs: pr-comment: runs-on: ubuntu-latest steps: - - uses: exercism/pr-commenter-action@v1.5.0 + - uses: exercism/pr-commenter-action@v1.5.1 with: github-token: "${{ github.token }}" config-file: ".github/pr-commenter.yml"