From 3ba6718da021292621475088ce64b588f1be3c5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 01:36:49 +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 acb921f30..fa2bc0045 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@v2 + uses: actions/github-script@v7 with: script: | const data = await github.repos.get(context.repo)