From ac9be1e7bc0aa0f51d071af3ebc7c27c24612973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 05:44:36 +0000 Subject: [PATCH] chore(deps): 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/infra-meeting-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/infra-meeting-release.yaml b/.github/workflows/infra-meeting-release.yaml index 500cb58..31d2056 100644 --- a/.github/workflows/infra-meeting-release.yaml +++ b/.github/workflows/infra-meeting-release.yaml @@ -21,7 +21,7 @@ jobs: run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT - name: "Generate markdown from current milestone" id: milestones_as_markdown - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: result-encoding: string script: | @@ -94,7 +94,7 @@ jobs: - name: "Create release" id: create_release - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: CURRENT_DATE: ${{ steps.date.outputs.date }} RELEASE_BODY: ${{steps.milestones_as_markdown.outputs.result}}