From b61759555f0ad429d3ffd4bc87b0c535534b3b0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:57:18 +0000 Subject: [PATCH] Update actions/github-script action to v7 --- get-pr-info/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-pr-info/action.yml b/get-pr-info/action.yml index abe30ad0..b7a92339 100644 --- a/get-pr-info/action.yml +++ b/get-pr-info/action.yml @@ -6,7 +6,7 @@ outputs: runs: using: "composite" steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 id: get-pull-request with: retries: 3