From 699bd6f8bd7d31356df51b6f74ba5813a7c73dfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 23:28:39 +0000 Subject: [PATCH] Update actions/github-script action to v7.0.1 (#1155) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6a2d9802..6b4cae1e 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ runs: app_id: ${{ inputs.github_app_id }} private_key: ${{ inputs.github_app_private_key }} - name: Remove pull requests and issues from project - uses: actions/github-script@v7.0.0 + uses: actions/github-script@v7.0.1 env: PROJECT_URL: ${{ inputs.project-url }} with: