From 54277589282a1835883605b29f932c96e06804bb Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 12 Sep 2021 13:11:10 +0100 Subject: [PATCH] :green_heart: Updates pr-commenter-action to v1.3.0 --- .github/workflows/pr-commenter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-commenter.yml b/.github/workflows/pr-commenter.yml index 988c5863..9b03d9e7 100644 --- a/.github/workflows/pr-commenter.yml +++ b/.github/workflows/pr-commenter.yml @@ -5,7 +5,7 @@ jobs: pr-comment: runs-on: ubuntu-latest steps: - - uses: exercism/pr-commenter-action@v1.2.0 + - uses: exercism/pr-commenter-action@v1.3.0 with: github-token: ${{ secrets.BOT_GITHUB_TOKEN }} config-file: .github/pr-auto-comments.yml