Skip to content

Commit

Permalink
Merge pull request #490 from yukinarit/dependabot/github_actions/thol…
Browse files Browse the repository at this point in the history
…lander/actions-comment-pull-request-2.5.0

Bump thollander/actions-comment-pull-request from 1.0.2 to 2.5.0
  • Loading branch information
yukinarit authored Mar 10, 2024
2 parents 28b7db8 + 85deb87 commit ad571a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: make setup check
- name: Comment PR
if: ${{ failure() && github.event_name == 'pull_request' }}
uses: thollander/actions-comment-pull-request@1.0.2
uses: thollander/actions-comment-pull-request@v2.5.0
with:
message: 'Please consider formatting your code according to the standards described here: https://github.com/yukinarit/pyserde/blob/main/CONTRIBUTING.md'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ad571a5

Please sign in to comment.