From 56f5ec17179f70014e9edbdd9611128cd38cd958 Mon Sep 17 00:00:00 2001 From: inottn Date: Wed, 3 Jan 2024 19:40:49 +0800 Subject: [PATCH] chore(ci): bump maintain-one-comment to 3.1.1 (#15318) --- .github/workflows/pr-docs-deploy.yml | 8 ++++---- .github/workflows/pr-docs-start.yml | 2 +- .github/workflows/publish-build-product.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-docs-deploy.yml b/.github/workflows/pr-docs-deploy.yml index 1a03ebf8b4..f082d3a5dd 100644 --- a/.github/workflows/pr-docs-deploy.yml +++ b/.github/workflows/pr-docs-deploy.yml @@ -42,7 +42,7 @@ jobs: - name: Comment preview link if: ${{ success() }} - uses: actions-cool/maintain-one-comment@v3.0.0 + uses: actions-cool/maintain-one-comment@v3.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} body: | @@ -53,7 +53,7 @@ jobs: - name: Comment playground link if: ${{ success() }} - uses: actions-cool/maintain-one-comment@v3.0.0 + uses: actions-cool/maintain-one-comment@v3.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} body: | @@ -65,7 +65,7 @@ jobs: - name: Deploy has failed if: ${{ failure() }} - uses: actions-cool/maintain-one-comment@v3.0.0 + uses: actions-cool/maintain-one-comment@v3.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} body: | @@ -92,7 +92,7 @@ jobs: run: echo "id=$(> $GITHUB_OUTPUT - name: Deploy has failed - uses: actions-cool/maintain-one-comment@v3.0.0 + uses: actions-cool/maintain-one-comment@v3.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} body: | diff --git a/.github/workflows/pr-docs-start.yml b/.github/workflows/pr-docs-start.yml index 77a657257d..0750d0c1f5 100644 --- a/.github/workflows/pr-docs-start.yml +++ b/.github/workflows/pr-docs-start.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: create - uses: actions-cool/maintain-one-comment@v3.0.0 + uses: actions-cool/maintain-one-comment@v3.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} body: | diff --git a/.github/workflows/publish-build-product.yml b/.github/workflows/publish-build-product.yml index 18d99d641a..4a82d41a05 100644 --- a/.github/workflows/publish-build-product.yml +++ b/.github/workflows/publish-build-product.yml @@ -63,7 +63,7 @@ jobs: path: ./tmp/diff.md - name: Set comment - uses: actions-cool/maintain-one-comment@v3.0.0 + uses: actions-cool/maintain-one-comment@v3.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} body: ${{ steps.diff.outputs.content }}