Skip to content

Commit 7481728

Browse files
chore(deps): update actions-cool/maintain-one-comment action to v3.2.0
1 parent c2afa37 commit 7481728

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/preview-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
npx surge --project ./ --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }}
4343
4444
- name: update status comment
45-
uses: actions-cool/maintain-one-comment@v3.0.0
45+
uses: actions-cool/maintain-one-comment@v3.2.0
4646
with:
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848
body: |
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: The job failed
5858
if: ${{ failure() }}
59-
uses: actions-cool/maintain-one-comment@v3.0.0
59+
uses: actions-cool/maintain-one-comment@v3.2.0
6060
with:
6161
token: ${{ secrets.GITHUB_TOKEN }}
6262
body: |
@@ -87,7 +87,7 @@ jobs:
8787
run: echo "::set-output name=id::$(<pr-id.txt)"
8888

8989
- name: The job failed
90-
uses: actions-cool/maintain-one-comment@v3.0.0
90+
uses: actions-cool/maintain-one-comment@v3.2.0
9191
with:
9292
token: ${{ secrets.GITHUB_TOKEN }}
9393
body: |

.github/workflows/preview-start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: create
16-
uses: actions-cool/maintain-one-comment@v3.0.0
16+
uses: actions-cool/maintain-one-comment@v3.2.0
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
body: |

0 commit comments

Comments
 (0)