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: |