Skip to content

Commit 3dedeaa

Browse files
authored
Merge pull request #2268 from IntelPython/dependabot/github_actions/mshick/add-pr-comment-3.9.0
Bump mshick/add-pr-comment from 2.8.2 to 3.9.0
2 parents 092c2fb + eba443a commit 3dedeaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/generate-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)