From 7e375d2e71e2347cef0aba4c39bc8755756dc97b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:50:13 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- 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 85de815..da82105 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@v8 with: script: | let now = new Date();