From 6cbcf5e6b1d836be823065f2aefaf831d5ceac66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:10:22 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- actions/add-pr-url/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/add-pr-url/action.yml b/actions/add-pr-url/action.yml index 78e8b3e..7b95862 100644 --- a/actions/add-pr-url/action.yml +++ b/actions/add-pr-url/action.yml @@ -23,7 +23,7 @@ runs: id: findPr - name: Add environment link to pull request comment if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | let now = new Date();