From f980f51f4ba8f2e1098de02d3b57ec70704a5d39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 05:55:07 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v4.2.0 --- .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 9bcc8e241..e238773cb 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.1.0 + uses: actions/github-script@v4.2.0 with: script: | const data = await github.repos.get(context.repo)