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

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git


The following commit(s) were added to refs/heads/main by this push:
     new 12305b0  ci(deps): bump actions/github-script from 7 to 8 (#32)
12305b0 is described below

commit 12305b0efb00873597700c3b68682ce1c8d367b6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 10 21:00:35 2026 +0100

    ci(deps): bump actions/github-script from 7 to 8 (#32)
    
    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-artifact.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pr-artifact.yml 
b/.github/workflows/pr-artifact.yml
index 91caf9f..edfb5be 100644
--- a/.github/workflows/pr-artifact.yml
+++ b/.github/workflows/pr-artifact.yml
@@ -39,7 +39,7 @@ jobs:
     steps:
       - name: Get PR number and artifact info
         id: pr-info
-        uses: actions/github-script@v7
+        uses: actions/github-script@v8
         with:
           script: |
             // Get the PR associated with this workflow run
@@ -76,7 +76,7 @@ jobs:
             }
 
       - name: Comment on PR
-        uses: actions/github-script@v7
+        uses: actions/github-script@v8
         with:
           script: |
             const prNumber = ${{ steps.pr-info.outputs.pr_number }};

Reply via email to