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();