From 176627192fb5534d16841f1c99ba76380a0f08cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:29:43 +0400 Subject: [PATCH] chore(deps): bump actions/github-script from 6 to 7 (#5697) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/auto-close-issue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-close-issue.yaml b/.github/workflows/auto-close-issue.yaml index 679b34bb1232..88495a3b7058 100644 --- a/.github/workflows/auto-close-issue.yaml +++ b/.github/workflows/auto-close-issue.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Close issue if user does not have write or admin permissions - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | // Get the issue creator's username