From ea6eaa4ef8ed0c8ad0b43a05e4dcb9910a760143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 16:08:09 +0000 Subject: [PATCH] chore(deps): bump actions/github-script in the all-actions group Bumps the all-actions group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/pr-validation.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f199097..1d50121 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -182,7 +182,7 @@ jobs: steps: - name: 📊 Generate summary - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const buildResult = '${{ needs.build-and-push.result }}'; diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 66349a5..8c19807 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Comment in progress - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const marker = ''; @@ -250,7 +250,7 @@ jobs: - name: Comment on PR if: always() - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');