From b1145387c677c5d21a30fe39f051621e3e471d6c Mon Sep 17 00:00:00 2001 From: liweijie0812 <674416404@qq.com> Date: Thu, 29 Aug 2024 15:38:28 +0800 Subject: [PATCH] chore: upgrade actions-cool/maintain-one-comment@v3 (#529) --- .github/workflows/issue-assignees.temp.yml | 2 +- .github/workflows/preview.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/issue-assignees.temp.yml b/.github/workflows/issue-assignees.temp.yml index a0ea92b2..0be11772 100644 --- a/.github/workflows/issue-assignees.temp.yml +++ b/.github/workflows/issue-assignees.temp.yml @@ -42,7 +42,7 @@ jobs: - name: 通知贡献者 if: steps.assignees.outputs.contributors != '' - uses: actions-cool/maintain-one-comment@v2.0.0 + uses: actions-cool/maintain-one-comment@v3 with: token: ${{ secrets.GITHUB_TOKEN }} body: | diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 3cb6d044..07bfa81d 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -41,7 +41,7 @@ jobs: echo the preview URL is $DEPLOY_DOMAIN echo "url=$DEPLOY_DOMAIN" >> $GITHUB_OUTPUT - name: update status comment - uses: actions-cool/maintain-one-comment@v2.0.0 + uses: actions-cool/maintain-one-comment@v3 with: token: ${{ secrets.GITHUB_TOKEN }} body: | @@ -56,7 +56,7 @@ jobs: - name: The job failed if: ${{ failure() }} - uses: actions-cool/maintain-one-comment@v2.0.0 + uses: actions-cool/maintain-one-comment@v3 with: token: ${{ secrets.GITHUB_TOKEN }} body: | @@ -81,7 +81,7 @@ jobs: id: pr run: echo "id=$(> $GITHUB_OUTPUT - name: The job failed - uses: actions-cool/maintain-one-comment@v2.0.0 + uses: actions-cool/maintain-one-comment@v3 with: token: ${{ secrets.GITHUB_TOKEN }} body: |