Skip to content

Commit

Permalink
Bump actions-cool/maintain-one-comment from 3.0.0 to 3.2.0
Browse files Browse the repository at this point in the history
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](actions-cool/maintain-one-comment@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent aec69ba commit 027d586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-teardown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 027d586

Please sign in to comment.