From e6f261660910b273384c5c42b17a0217881b217a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:07:56 +0200 Subject: [PATCH] feat: bump actions/github-script from 8 to 9 (#178) --- .github/workflows/check-variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-variables.yml b/.github/workflows/check-variables.yml index 9d605d2..f21fb80 100644 --- a/.github/workflows/check-variables.yml +++ b/.github/workflows/check-variables.yml @@ -102,7 +102,7 @@ jobs: - name: Create issue for mismatches if: steps.compare.outputs.has_mismatches == 'true' && github.event_name != 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |