diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 8131a2b3df..77d574e982 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.1.0 + - uses: exercism/pr-commenter-action@v1.3.1 with: github-token: "${{ github.token }}" config-file: ".github/pr-commenter.yml"