chore(deps): update actions-cool/maintain-one-comment action to v3 (#9307)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-08-13 15:09:07 +08:00 committed by GitHub
parent 3cdad3b363
commit cc714f112f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@ jobs:
- name: Comment preview link
if: ${{ success() }}
uses: actions-cool/maintain-one-comment@v2.0.2
uses: actions-cool/maintain-one-comment@v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
@ -53,7 +53,7 @@ jobs:
- name: Comment playground link
if: ${{ success() }}
uses: actions-cool/maintain-one-comment@v2.0.2
uses: actions-cool/maintain-one-comment@v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
@ -65,7 +65,7 @@ jobs:
- name: Deploy has failed
if: ${{ failure() }}
uses: actions-cool/maintain-one-comment@v2.0.2
uses: actions-cool/maintain-one-comment@v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
@ -92,7 +92,7 @@ jobs:
run: echo "::set-output name=id::$(<pr.txt)"
- name: Deploy has failed
uses: actions-cool/maintain-one-comment@v2.0.2
uses: actions-cool/maintain-one-comment@v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: create
uses: actions-cool/maintain-one-comment@v2.0.2
uses: actions-cool/maintain-one-comment@v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |

View File

@ -55,7 +55,7 @@ jobs:
path: ./tmp/diff.md
- name: Set comment
uses: actions-cool/maintain-one-comment@v2.0.2
uses: actions-cool/maintain-one-comment@v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: ${{ steps.diff.outputs.content }}