Skip to content

Commit af689a8

Browse files
chore(deps): update peter-evans/find-comment action to v3 (#350)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d497736 commit af689a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview-docs-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
110110

111111
- name: Find Comment
112-
uses: peter-evans/find-comment@v2
112+
uses: peter-evans/find-comment@v3
113113
id: fc
114114
with:
115115
issue-number: ${{ env.PR_NUM }}
@@ -153,7 +153,7 @@ jobs:
153153
echo "PR_NUM=$(cat pr-num/pr_num)" >> $GITHUB_ENV
154154
155155
- name: Find Comment
156-
uses: peter-evans/find-comment@v2
156+
uses: peter-evans/find-comment@v3
157157
id: fc
158158
with:
159159
issue-number: ${{ env.PR_NUM }}

0 commit comments

Comments
 (0)