From 3a19918e5b20af130ef6233d6efd03a633daaefb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 20:09:15 +0800 Subject: [PATCH] Bump exercism/pr-commenter-action from 1.5.0 to 1.5.1 (#1383) Bumps [exercism/pr-commenter-action](https://github.com/exercism/pr-commenter-action) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/exercism/pr-commenter-action/releases) - [Changelog](https://github.com/exercism/pr-commenter-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/exercism/pr-commenter-action/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: exercism/pr-commenter-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeremie Gillet --- .github/workflows/pr-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"