Skip to content

Commit cc714f1

Browse files
chore(deps): update actions-cool/maintain-one-comment action to v3 (element-plus#9307)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3cdad3b commit cc714f1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pr-docs-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Comment preview link
4444
if: ${{ success() }}
45-
uses: actions-cool/maintain-one-comment@v2.0.2
45+
uses: actions-cool/maintain-one-comment@v3.0.0
4646
with:
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848
body: |
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Comment playground link
5555
if: ${{ success() }}
56-
uses: actions-cool/maintain-one-comment@v2.0.2
56+
uses: actions-cool/maintain-one-comment@v3.0.0
5757
with:
5858
token: ${{ secrets.GITHUB_TOKEN }}
5959
body: |
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Deploy has failed
6767
if: ${{ failure() }}
68-
uses: actions-cool/maintain-one-comment@v2.0.2
68+
uses: actions-cool/maintain-one-comment@v3.0.0
6969
with:
7070
token: ${{ secrets.GITHUB_TOKEN }}
7171
body: |
@@ -92,7 +92,7 @@ jobs:
9292
run: echo "::set-output name=id::$(<pr.txt)"
9393

9494
- name: Deploy has failed
95-
uses: actions-cool/maintain-one-comment@v2.0.2
95+
uses: actions-cool/maintain-one-comment@v3.0.0
9696
with:
9797
token: ${{ secrets.GITHUB_TOKEN }}
9898
body: |

.github/workflows/pr-docs-start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: create
12-
uses: actions-cool/maintain-one-comment@v2.0.2
12+
uses: actions-cool/maintain-one-comment@v3.0.0
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
body: |

.github/workflows/publish-build-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: ./tmp/diff.md
5656

5757
- name: Set comment
58-
uses: actions-cool/maintain-one-comment@v2.0.2
58+
uses: actions-cool/maintain-one-comment@v3.0.0
5959
with:
6060
token: ${{ secrets.GITHUB_TOKEN }}
6161
body: ${{ steps.diff.outputs.content }}

0 commit comments

Comments
 (0)