From 237ce9ff85f8e751809361c13c46a44048011bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:32:06 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mal.yml b/.github/workflows/mal.yml index f04c90c4..92c0a895 100644 --- a/.github/workflows/mal.yml +++ b/.github/workflows/mal.yml @@ -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: @@ -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 }}