From c700876a0b4e01b03b0644e9b198dbabf9d5d3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:44:31 +0000 Subject: [PATCH 1/3] ci(deps): bump actions/github-script from 7.0.1 to 9.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/60a0d83039c74a4aee543508d2ffcb1c3799cdea...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-preview.yml | 2 +- .github/workflows/version-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index f45ff55..52d1cd5 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -74,7 +74,7 @@ jobs: - name: Comment on PR if: steps.version_check.outputs.exists != 'true' - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 env: VERSION: ${{ env.VERSION }} with: diff --git a/.github/workflows/version-check.yml b/.github/workflows/version-check.yml index e2c9292..7e6148b 100644 --- a/.github/workflows/version-check.yml +++ b/.github/workflows/version-check.yml @@ -88,7 +88,7 @@ jobs: fi - name: Manage PR Comment - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 if: always() env: MAIN_VERSION: ${{ env.MAIN_VERSION }} From 7b9f6a88f1294ad1a8dd41291c0c986518bb5e74 Mon Sep 17 00:00:00 2001 From: lelia <2418071+lelia@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:31:17 -0400 Subject: [PATCH 2/3] Add version number as comment --- .github/workflows/version-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-check.yml b/.github/workflows/version-check.yml index 7e6148b..b7f2871 100644 --- a/.github/workflows/version-check.yml +++ b/.github/workflows/version-check.yml @@ -88,7 +88,7 @@ jobs: fi - name: Manage PR Comment - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 if: always() env: MAIN_VERSION: ${{ env.MAIN_VERSION }} From 8d5b399bc6f0acd92158f3e408745747d0d92855 Mon Sep 17 00:00:00 2001 From: lelia <2418071+lelia@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:31:56 -0400 Subject: [PATCH 3/3] Add version number as comment --- .github/workflows/pr-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 52d1cd5..88fcc79 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -74,7 +74,7 @@ jobs: - name: Comment on PR if: steps.version_check.outputs.exists != 'true' - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: VERSION: ${{ env.VERSION }} with: