File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ jobs:
806806 run : echo "::notice ${{ env.MESSAGE }}"
807807 - name : Post result to PR
808808 if : ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork }}
809- uses : mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
809+ uses : mshick/add-pr-comment@ffd016c7e151d97d69d21a843022fd4cd5b96fe5 # v3.9.0.8.3.9.0
810810 with :
811811 message : |
812812 ${{ env.MESSAGE }}
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 if : ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork && github.event.action != 'closed' }}
147147 env :
148148 PR_NUM : ${{ github.event.number }}
149- uses : mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
149+ uses : mshick/add-pr-comment@ffd016c7e151d97d69d21a843022fd4cd5b96fe5 # v3.9.0.8.3.9.0
150150 with :
151151 message : |
152152 View rendered docs @ https://intelpython.github.io/dpctl/pulls/${{ env.PR_NUM }}/index.html
@@ -155,7 +155,7 @@ jobs:
155155 if : ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork && github.event.action == 'closed' }}
156156 env :
157157 PR_NUM : ${{ github.event.number }}
158- uses : mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
158+ uses : mshick/add-pr-comment@ffd016c7e151d97d69d21a843022fd4cd5b96fe5 # v3.9.0.8.3.9.0
159159 with :
160160 message : |
161161 Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. :crossed_fingers:
You can’t perform that action at this time.
0 commit comments