Skip to content

Commit

Permalink
chore: update actions/github-script to v7 in autocomment-iss-close.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshitShukla-dev committed Oct 7, 2024
1 parent ee22864 commit f1a7273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autocomment-iss-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
issues: write
steps:
- name: Greet User
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit f1a7273

Please sign in to comment.