Skip to content

Commit

Permalink
Merge pull request #13 from yorifuji/develop
Browse files Browse the repository at this point in the history
build: Update github-script to v7
  • Loading branch information
yorifuji authored Nov 14, 2023
2 parents c647e8e + e8e1f3b commit ad62bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
using: "composite"
steps:
- name: Comment on PR based on Flutter Analyze results
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
ANALYZE_LOG: ${{ inputs.analyze_log }}
VERBOSE: ${{ inputs.verbose }}
Expand Down

0 comments on commit ad62bca

Please sign in to comment.