From 9c939948f50cda45376f63e4436e8040f2b1b29c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 00:24:19 +0000 Subject: [PATCH] build(deps): bump thollander/actions-comment-pull-request Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2.5.0 to 3.0.0. - [Release notes](https://github.com/thollander/actions-comment-pull-request/releases) - [Commits](https://github.com/thollander/actions-comment-pull-request/compare/v2.5.0...v3.0.0) --- updated-dependencies: - dependency-name: thollander/actions-comment-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create_derivative_change_warning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_derivative_change_warning.yml b/.github/workflows/create_derivative_change_warning.yml index 37ba6f2d..bdb8d079 100644 --- a/.github/workflows/create_derivative_change_warning.yml +++ b/.github/workflows/create_derivative_change_warning.yml @@ -41,7 +41,7 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: Post derivative databases change warning if: steps.changed.outputs.derivative_files_changed == 'true' - uses: thollander/actions-comment-pull-request@v2.5.0 + uses: thollander/actions-comment-pull-request@v3.0.0 with: message: | ${{ env.WARNING_MSG }}