Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1405 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 28, 2023
2 parents 37e4b3e + f3338f4 commit c5aff00
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 c5aff00

Please sign in to comment.