From be269748855b1f04224525183a1125009a631361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:26:10 +0000 Subject: [PATCH] fix(dependabot): bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/terragrunt_apply.yml | 2 +- .github/workflows/terragrunt_plan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terragrunt_apply.yml b/.github/workflows/terragrunt_apply.yml index f8ab61f..56ac814 100644 --- a/.github/workflows/terragrunt_apply.yml +++ b/.github/workflows/terragrunt_apply.yml @@ -53,7 +53,7 @@ jobs: - name: Create Issue on Failure if: failure() - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.issues.create({ diff --git a/.github/workflows/terragrunt_plan.yml b/.github/workflows/terragrunt_plan.yml index e83ab25..3a9ffb4 100644 --- a/.github/workflows/terragrunt_plan.yml +++ b/.github/workflows/terragrunt_plan.yml @@ -53,7 +53,7 @@ jobs: - name: Comment PR with Plan Summary if: always() - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.issues.createComment({