From 2529b3ce5b274150e3049fef35800a0d4e3b500b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:57:09 +0000 Subject: [PATCH] chore: bump actions/github-script Bumps [actions/github-script](https://github.com/actions/github-script) from d746ffe35508b1917358783b479e04febd2b8f71 to 3a2844b7e9c422d3c10d287c895573f7108da1b3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/d746ffe35508b1917358783b479e04febd2b8f71...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 3a2844b7e9c422d3c10d287c895573f7108da1b3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 1db37d3..a7c58fa 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -78,7 +78,7 @@ jobs: - name: Post PR comment if: steps.check.outputs.found == 'true' - uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: FILES: ${{ steps.check.outputs.files }} ACTOR: ${{ github.event.pull_request.user.login }} @@ -203,7 +203,7 @@ jobs: if: always() needs: [pr-title, bilingual, image-format, hugo-build, link-check] steps: - - uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0 + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: RESULT_PR_TITLE: ${{ needs.pr-title.result }} RESULT_BILINGUAL: ${{ needs.bilingual.result }}