⬆️ Update peter-evans/create-or-update-comment action to v3.1.0

| datasource  | package                              | from   | to     |
| ----------- | ------------------------------------ | ------ | ------ |
| github-tags | peter-evans/create-or-update-comment | v3.0.2 | v3.1.0 |
This commit is contained in:
feisar-bot
2023-10-19 16:22:47 +00:00
parent dc9162dbd1
commit 582b31e8f1

View File

@@ -95,7 +95,7 @@ jobs:
- name: Create or update comment - name: Create or update comment
if: ${{ always() && steps.diff.outputs.diff != '' }} if: ${{ always() && steps.diff.outputs.diff != '' }}
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2 uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
with: with:
token: ${{ steps.generate-token.outputs.token }} token: ${{ steps.generate-token.outputs.token }}
comment-id: ${{ steps.find-comment.outputs.comment-id }} comment-id: ${{ steps.find-comment.outputs.comment-id }}