Skip to content

Commit 17d32f8

Browse files
committed
chore: Update GitHub Actions commit comment action to v3
1 parent e8348d9 commit 17d32f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "url=$PRODUCTION_URL" >> $GITHUB_OUTPUT
4343
4444
- name: Comment on commit
45-
uses: peter-evans/commit-comment@v2
45+
uses: peter-evans/commit-comment@v3
4646
with:
4747
body: |
4848
🚀 Production deployment is ready!

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "url=$PREVIEW_URL" >> $GITHUB_OUTPUT
4343
4444
- name: Comment on commit
45-
uses: peter-evans/commit-comment@v2
45+
uses: peter-evans/commit-comment@v3
4646
with:
4747
body: |
4848
🚀 Preview deployment is ready!

0 commit comments

Comments
 (0)