Skip to content

Commit

Permalink
Bump actions/github-script from 6 to 7 (#414)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 7eb48d9 commit d63fa31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
token: ${{ secrets.BOT }}

- name: Parse Comment
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
comment: ${{ github.event.comment.body }}
with:
Expand All @@ -35,7 +35,7 @@ jobs:
echo "out=$out" >> "$GITHUB_ENV"
- name: Format JSON
uses: actions/github-script@v6
uses: actions/github-script@v7
if: env.out
env:
url: ${{ env.url }}
Expand Down

0 comments on commit d63fa31

Please sign in to comment.