We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9702a commit fa5d679Copy full SHA for fa5d679
.github/workflows/docs.yaml
@@ -50,7 +50,7 @@ jobs:
50
publish_branch: generated-docs-preview
51
52
- name: Find Docs Comment
53
- uses: peter-evans/find-comment@v3
+ uses: peter-evans/find-comment@v4
54
id: fc
55
with:
56
issue-number: ${{ github.event.pull_request.number || inputs.pr_number }}
@@ -62,7 +62,7 @@ jobs:
62
run: echo "TIMESTAMP=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV
63
64
- name: Create or Update Docs Comment
65
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
66
67
68
comment-id: ${{ steps.fc.outputs.comment-id }}
0 commit comments