Skip to content

Commit ad571a5

Browse files
authored
Merge pull request #490 from yukinarit/dependabot/github_actions/thollander/actions-comment-pull-request-2.5.0
Bump thollander/actions-comment-pull-request from 1.0.2 to 2.5.0
2 parents 28b7db8 + 85deb87 commit ad571a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: make setup check
5151
- name: Comment PR
5252
if: ${{ failure() && github.event_name == 'pull_request' }}
53-
uses: thollander/actions-comment-pull-request@1.0.2
53+
uses: thollander/actions-comment-pull-request@v2.5.0
5454
with:
5555
message: 'Please consider formatting your code according to the standards described here: https://github.com/yukinarit/pyserde/blob/main/CONTRIBUTING.md'
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)