Skip to content

Commit

Permalink
Merge pull request #24 from ObolNetwork/renovate/actions-github-scrip…
Browse files Browse the repository at this point in the history
…t-7.x

chore(deps): update actions/github-script action to v7
  • Loading branch information
apham0001 authored Feb 17, 2025
2 parents e794e70 + 996b8ea commit 2c02d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
issues: write
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
script: |
github.rest.issues.addLabels({
Expand Down

0 comments on commit 2c02d81

Please sign in to comment.