From 027d586b0cd0c867f5c719f1f92c52ca12e547ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:00:26 +0000 Subject: [PATCH] Bump actions-cool/maintain-one-comment from 3.0.0 to 3.2.0 Bumps [actions-cool/maintain-one-comment](https://github.com/actions-cool/maintain-one-comment) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/actions-cool/maintain-one-comment/releases) - [Changelog](https://github.com/actions-cool/maintain-one-comment/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions-cool/maintain-one-comment/compare/v3.0.0...v3.2.0) --- updated-dependencies: - dependency-name: actions-cool/maintain-one-comment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/preview-teardown.yml | 2 +- .github/workflows/preview.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/preview-teardown.yml b/.github/workflows/preview-teardown.yml index 17252df5f..f4b9000b2 100644 --- a/.github/workflows/preview-teardown.yml +++ b/.github/workflows/preview-teardown.yml @@ -12,7 +12,7 @@ jobs: id: deploy run: npx surge teardown https://quarkiverse-quarkus-workshops-pr-${{ github.event.number }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }} || echo "NOT_TORNDOWN=true" >> "$GITHUB_ENV" - name: Update PR status comment - uses: actions-cool/maintain-one-comment@v3.0.0 + uses: actions-cool/maintain-one-comment@v3.2.0 if: env.NOT_TORNDOWN != 'true' with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index bbdcc6a02..eb6775978 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -25,7 +25,7 @@ jobs: id: deploy run: npx surge ./ --domain https://quarkiverse-quarkus-workshops-pr-${{ steps.pr.outputs.id }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }} - name: Update PR status comment on success - uses: actions-cool/maintain-one-comment@v3.0.0 + uses: actions-cool/maintain-one-comment@v3.2.0 with: token: ${{ secrets.GITHUB_TOKEN }} body: | @@ -35,7 +35,7 @@ jobs: number: ${{ steps.pr.outputs.id }} - name: Update PR status comment on failure if: ${{ failure() }} - uses: actions-cool/maintain-one-comment@v3.0.0 + uses: actions-cool/maintain-one-comment@v3.2.0 with: token: ${{ secrets.GITHUB_TOKEN }} body: |