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}}