Skip to content

Commit 5de3070

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

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
@@ -108,7 +108,7 @@ jobs:
108108
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
109109

110110
- name: Find Comment
111-
uses: peter-evans/find-comment@v3
111+
uses: peter-evans/find-comment@v4
112112
id: fc
113113
with:
114114
issue-number: ${{ env.PR_NUM }}
@@ -152,7 +152,7 @@ jobs:
152152
echo "PR_NUM=$(cat pr-num/pr_num)" >> $GITHUB_ENV
153153
154154
- name: Find Comment
155-
uses: peter-evans/find-comment@v3
155+
uses: peter-evans/find-comment@v4
156156
id: fc
157157
with:
158158
issue-number: ${{ env.PR_NUM }}

0 commit comments

Comments
 (0)