From 955b5ba4560860f8a633bd24190941f16016e42c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:15:50 +0100 Subject: [PATCH] feat: bump actions/github-script from 6 to 7 (#157) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 202003c..94375a0 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@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |