2828 id : vars
2929 run : echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_OUTPUT
3030 - name : Create comment
31- uses : peter-evans/create-or-update-comment@v2
31+ uses : peter-evans/create-or-update-comment@v3
3232 with :
3333 # # Use token if we want to use a PAT instead of GITHUB_TOKEN, GITHUB_TOKEN acts as github-actions[bot]
3434 # token: ${{ secrets.PAT }}
6262 cache : pip # optional
6363 - run : pip install -r requirements.dev.txt
6464 - name : Create comment starting build.sh
65- uses : peter-evans/create-or-update-comment@v2
65+ uses : peter-evans/create-or-update-comment@v3
6666 with :
6767 # # Use token if we want to use a PAT instead of GITHUB_TOKEN, GITHUB_TOKEN acts as github-actions[bot]
6868 # token: ${{ secrets.PAT }}
8080 commit_user_name : megalinter-bot
8181 commit_user_email :
[email protected] 8282 - name : Add reaction
83- uses : peter-evans/create-or-update-comment@v2
83+ uses : peter-evans/create-or-update-comment@v3
8484 with :
8585 # # Use token if we want to use a PAT instead of GITHUB_TOKEN, GITHUB_TOKEN acts as github-actions[bot]
8686 # token: ${{ secrets.PAT }}
9090 reaction-type : hooray
9191 - name : Create final comment updated files
9292 if : steps.auto-commit-action.outputs.changes_detected == 'true'
93- uses : peter-evans/create-or-update-comment@v2
93+ uses : peter-evans/create-or-update-comment@v3
9494 with :
9595 # # Use token if we want to use a PAT instead of GITHUB_TOKEN, GITHUB_TOKEN acts as github-actions[bot]
9696 # token: ${{ secrets.PAT }}
@@ -101,7 +101,7 @@ jobs:
101101 > Build command workflow completed updating files.
102102 - name : Create final comment no updated files
103103 if : steps.auto-commit-action.outputs.changes_detected == 'false'
104- uses : peter-evans/create-or-update-comment@v2
104+ uses : peter-evans/create-or-update-comment@v3
105105 with :
106106 # # Use token if we want to use a PAT instead of GITHUB_TOKEN, GITHUB_TOKEN acts as github-actions[bot]
107107 # token: ${{ secrets.PAT }}
0 commit comments