From 4f6608de2ad6a6829ce64a3ea0836d5272a73d6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 23:46:53 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- .github/workflows/repolinter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index 00e255c3c..1276f4b99 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Test Default Branch id: default-branch - uses: actions/github-script@v4.2.0 + uses: actions/github-script@v7.0.1 with: script: | const data = await github.repos.get(context.repo)