From d40d55c8a67a7cc3a3f55820d484914938f0ba42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:57:05 +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 6c408bf2..eb0ddce7 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -17,7 +17,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)