Browse Source

Bump peter-evans/find-comment from 1 to 1.2.0 (#1255)

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

2
.github/workflows/test262.yml

@ -68,7 +68,7 @@ jobs:
- name: Find Previous Comment
if: github.event_name == 'pull_request'
uses: peter-evans/find-comment@v1
uses: peter-evans/find-comment@v1.2.0
id: previous-comment
with:
issue-number: ${{ steps.pr-number.outputs.pr }}

Loading…
Cancel
Save