Browse Source

Bump peter-evans/find-comment from 1.2.0 to 1.3.0 (#1506)

pull/1508/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
9154d7e84a
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.2.0
uses: peter-evans/find-comment@v1.3.0
id: previous-comment
with:
issue-number: ${{ steps.pr-number.outputs.pr }}

Loading…
Cancel
Save