Skip to content

Commit 24302a3

Browse files
committed
fix: update sticky-pull-request-comment action to v2.9.2
The previous SHA reference for the sticky-pull-request-comment action was no longer available, causing workflow failures. Updated to use the stable v2.9.2 tag instead.
1 parent b235419 commit 24302a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-unified.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
# Post initial comment with preview links
111111
- name: Post initial preview comment
112112
if: inputs.post-comment == 'true' && inputs.generate-preview == 'true' && (inputs.pr-number != '' || github.event.pull_request)
113-
uses: marocchino/sticky-pull-request-comment@fcf6fe9e4a0409cda75401a3556f3136cbfa9a67 # v2.8.0
113+
uses: marocchino/sticky-pull-request-comment@v2.9.2
114114
with:
115115
header: docs-preview-comment
116116
number: ${{ inputs.pr-number || github.event.pull_request.number }}
@@ -264,7 +264,7 @@ jobs:
264264
# Update the PR comment with full results
265265
- name: Update PR comment with validation results
266266
if: inputs.post-comment == 'true' && (inputs.pr-number != '' || github.event.pull_request)
267-
uses: marocchino/sticky-pull-request-comment@fcf6fe9e4a0409cda75401a3556f3136cbfa9a67 # v2.8.0
267+
uses: marocchino/sticky-pull-request-comment@v2.9.2
268268
with:
269269
header: docs-preview-comment
270270
number: ${{ inputs.pr-number || github.event.pull_request.number }}

0 commit comments

Comments
 (0)