Skip to content

Commit

Permalink
Merge pull request #131 from findy-network/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…dev/actions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
github-actions[bot] authored Nov 14, 2023
2 parents 85a420d + a4c2844 commit c7b711d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-label.yml
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 c7b711d

Please sign in to comment.