Browse Source

chore(deps): update actions-cool/maintain-one-comment action to v3 (#39767)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/39770/head
renovate[bot] 2 years ago
committed by GitHub
parent
commit
c6a7dbc09e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/preview-deploy.yml
  2. 2
      .github/workflows/preview-start.yml

6
.github/workflows/preview-deploy.yml

@ -51,7 +51,7 @@ jobs:
npx surge --project ./ --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }}
- name: update status comment
uses: actions-cool/maintain-one-comment@v2
uses: actions-cool/maintain-one-comment@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
@ -62,7 +62,7 @@ jobs:
- name: The job has failed
if: ${{ failure() }}
uses: actions-cool/maintain-one-comment@v2
uses: actions-cool/maintain-one-comment@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
@ -96,7 +96,7 @@ jobs:
run: echo "::set-output name=id::$(<pr-id.txt)"
- name: The job has failed
uses: actions-cool/maintain-one-comment@v2
uses: actions-cool/maintain-one-comment@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |

2
.github/workflows/preview-start.yml

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: update status comment
uses: actions-cool/maintain-one-comment@v2
uses: actions-cool/maintain-one-comment@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |

Loading…
Cancel
Save