Browse Source

Bump peter-evans/create-or-update-comment from 1 to 1.4.5 (#1253)

pull/1258/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
91aed56c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/test262.yml

4
.github/workflows/test262.yml

@ -76,7 +76,7 @@ jobs:
- name: Update comment - name: Update comment
if: github.event_name == 'pull_request' && steps.previous-comment.outputs.comment-id if: github.event_name == 'pull_request' && steps.previous-comment.outputs.comment-id
uses: peter-evans/create-or-update-comment@v1 uses: peter-evans/create-or-update-comment@v1.4.5
continue-on-error: true continue-on-error: true
with: with:
comment-id: ${{ steps.previous-comment.outputs.comment-id }} comment-id: ${{ steps.previous-comment.outputs.comment-id }}
@ -85,7 +85,7 @@ jobs:
- name: Write a new comment - name: Write a new comment
if: github.event_name == 'pull_request' && !steps.previous-comment.outputs.comment-id if: github.event_name == 'pull_request' && !steps.previous-comment.outputs.comment-id
uses: peter-evans/create-or-update-comment@v1 uses: peter-evans/create-or-update-comment@v1.4.5
continue-on-error: true continue-on-error: true
with: with:
issue-number: ${{ steps.pr-number.outputs.pr }} issue-number: ${{ steps.pr-number.outputs.pr }}

Loading…
Cancel
Save