Skip to content

Commit 6f2dbab

Browse files
chore(deps): update actions-cool/maintain-one-comment action to v2.0.2
1 parent 89357e5 commit 6f2dbab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "::set-output name=url::$DEPLOY_DOMAIN"
5353
5454
- name: update status comment
55-
uses: actions-cool/maintain-one-comment@v2.0.0
55+
uses: actions-cool/maintain-one-comment@v2.0.2
5656
with:
5757
token: ${{ secrets.GITHUB_TOKEN }}
5858
body: |
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: The job failed
7070
if: ${{ failure() }}
71-
uses: actions-cool/maintain-one-comment@v2.0.0
71+
uses: actions-cool/maintain-one-comment@v2.0.2
7272
with:
7373
token: ${{ secrets.GITHUB_TOKEN }}
7474
body: |
@@ -93,7 +93,7 @@ jobs:
9393
id: pr
9494
run: echo "::set-output name=id::$(<pr-id.txt)"
9595
- name: The job failed
96-
uses: actions-cool/maintain-one-comment@v2.0.0
96+
uses: actions-cool/maintain-one-comment@v2.0.2
9797
with:
9898
token: ${{ secrets.GITHUB_TOKEN }}
9999
body: |

0 commit comments

Comments
 (0)