This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 6d6a3ab10a4c chore(deps): Bump actions/github-script from 7 to 8 
(#21546)
6d6a3ab10a4c is described below

commit 6d6a3ab10a4c2f27981e161ac908e1c83c641ef6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 20 09:16:25 2026 +0100

    chore(deps): Bump actions/github-script from 7 to 8 (#21546)
    
    Bumps [actions/github-script](https://github.com/actions/github-script) 
from 7 to 8.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](https://github.com/actions/github-script/compare/v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .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 ad9c9a4362a0..71a0cb190af5 100644
--- a/.github/workflows/pr-commenter.yml
+++ b/.github/workflows/pr-commenter.yml
@@ -64,7 +64,7 @@ jobs:
             core.setOutput('id', issue_number)
 
       - name: 'Comment on PR'
-        uses: actions/github-script@v7
+        uses: actions/github-script@v8
         with:
           github-token: ${{ secrets.GITHUB_TOKEN }}
           script: |

Reply via email to