Skip to content

Commit

Permalink
Update auto-responder workflow to use version 4 of create-or-update-c…
Browse files Browse the repository at this point in the history
…omment action
  • Loading branch information
Vimall03 committed Oct 2, 2024
1 parent 8b0a193 commit 5c82157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-responder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Auto Respond to Issue'
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
Expand Down

0 comments on commit 5c82157

Please sign in to comment.