From 72ec7ff554fde238452df6ba7f00f2f2432a0907 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 09:14:55 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v6 --- .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 886219d..9658af2 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@v6 with: script: | const data = await github.repos.get(context.repo)