From 644bbacb5eabcfb10439f10037d51a63d5a74aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:13:46 +0000 Subject: [PATCH] Bump nwtgck/actions-comment-run from 2.0 to 3.0 Bumps [nwtgck/actions-comment-run](https://github.com/nwtgck/actions-comment-run) from 2.0 to 3.0. - [Release notes](https://github.com/nwtgck/actions-comment-run/releases) - [Changelog](https://github.com/nwtgck/actions-comment-run/blob/develop/CHANGELOG.md) - [Commits](https://github.com/nwtgck/actions-comment-run/compare/v2.0...v3.0) --- updated-dependencies: - dependency-name: nwtgck/actions-comment-run dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/comment-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-run.yml b/.github/workflows/comment-run.yml index 7987457..6fe3ab9 100644 --- a/.github/workflows/comment-run.yml +++ b/.github/workflows/comment-run.yml @@ -11,7 +11,7 @@ jobs: with: # 0 indicates all history fetch-depth: 0 - - uses: nwtgck/actions-comment-run@v2.0 + - uses: nwtgck/actions-comment-run@v3.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} allowed-associations: '["OWNER", "COLLABORATOR"]'